Searched refs:clearLineTableForUnit (Results 1 – 2 of 2) sorted by relevance
84 virtual void clearLineTableForUnit(DWARFUnit *U) = 0;351 void clearLineTableForUnit(DWARFUnit *U);
428 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonc1a899430411::ThreadUnsafeDWARFContextState682 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonc1a899430411::ThreadSafeState684 return ThreadUnsafeDWARFContextState::clearLineTableForUnit(U); in clearLineTableForUnit()1505 void DWARFContext::clearLineTableForUnit(DWARFUnit *U) { in clearLineTableForUnit() function in DWARFContext1506 return State->clearLineTableForUnit(U); in clearLineTableForUnit()