Home
last modified time | relevance | path

Searched refs:clearLineTableForUnit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h84 virtual void clearLineTableForUnit(DWARFUnit *U) = 0;
351 void clearLineTableForUnit(DWARFUnit *U);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp427 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in ThreadUnsafeDWARFContextState
681 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in ThreadSafeState
683 return ThreadUnsafeDWARFContextState::clearLineTableForUnit(U); in clearLineTableForUnit()
1503 void DWARFContext::clearLineTableForUnit(DWARFUnit *U) { in clearLineTableForUnit() function in DWARFContext
1504 return State->clearLineTableForUnit(U); in clearLineTableForUnit()