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.h85 virtual void clearLineTableForUnit(DWARFUnit *U) = 0;
357 void clearLineTableForUnit(DWARFUnit *U);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp426 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
678 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonfc0a132e0411::ThreadSafeState
680 return ThreadUnsafeDWARFContextState::clearLineTableForUnit(U); in clearLineTableForUnit()
1500 void DWARFContext::clearLineTableForUnit(DWARFUnit *U) { in clearLineTableForUnit() function in DWARFContext
1501 return State->clearLineTableForUnit(U); in clearLineTableForUnit()