Searched refs:getDebugNames (Results 1 – 3 of 3) sorted by relevance
91 virtual const DWARFDebugNames &getDebugNames() = 0;325 const DWARFDebugNames &getDebugNames();
508 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState710 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in __anonfc0a132e0411::ThreadSafeState712 return ThreadUnsafeDWARFContextState::getDebugNames(); in getDebugNames()1345 getDebugNames().dump(OS); in dump()1469 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames() function in DWARFContext1470 return State->getDebugNames(); in getDebugNames()
502 getDies(DICtx, DICtx.getDebugNames(), Name, Dies); in filterByAccelName()