llvm::DWARFContext::clearLineTableForUnit

Clear the cached line table for compile unit U.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFContext.h>

void
clearLineTableForUnit(DWARFUnit* U);

Description

When the line table is referred to again, it will be re-populated.

Parameters

NameDescription
UCompile unit whose cached line table should be discarded.