Clear the cached line table for compile unit U.
Declared in <llvm/DebugInfo/DWARF/DWARFContext.h>
void
clearLineTableForUnit(DWARFUnit* U);
When the line table is referred to again, it will be re-populated.
| Name | Description |
|---|---|
| U | Compile unit whose cached line table should be discarded. |