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

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

Completed in 176 milliseconds