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.cpp428 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
682 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonfc0a132e0411::ThreadSafeState
684 return ThreadUnsafeDWARFContextState::clearLineTableForUnit(U); in clearLineTableForUnit()
1505 void DWARFContext::clearLineTableForUnit(DWARFUnit *U) { in clearLineTableForUnit() function in DWARFContext
1506 return State->clearLineTableForUnit(U); in clearLineTableForUnit()