Searched refs:clearLineTableForUnit (Results 1 – 2 of 2) sorted by relevance
85 virtual void clearLineTableForUnit(DWARFUnit *U) = 0;357 void clearLineTableForUnit(DWARFUnit *U);
426 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState678 void clearLineTableForUnit(DWARFUnit *U) override { in clearLineTableForUnit() function in __anonfc0a132e0411::ThreadSafeState680 return ThreadUnsafeDWARFContextState::clearLineTableForUnit(U); in clearLineTableForUnit()1500 void DWARFContext::clearLineTableForUnit(DWARFUnit *U) { in clearLineTableForUnit() function in DWARFContext1501 return State->clearLineTableForUnit(U); in clearLineTableForUnit()