Searched refs:getDebugNames (Results 1 – 3 of 3) sorted by relevance
92 virtual const DWARFDebugNames &getDebugNames() = 0;331 const DWARFDebugNames &getDebugNames();
506 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState706 const DWARFDebugNames &getDebugNames() override { in getDebugNames() function in __anonfc0a132e0411::ThreadSafeState708 return ThreadUnsafeDWARFContextState::getDebugNames(); in getDebugNames()1341 getDebugNames().dump(OS); in dump()1464 const DWARFDebugNames &DWARFContext::getDebugNames() { in getDebugNames() function in DWARFContext1465 return State->getDebugNames(); in getDebugNames()
512 getDies(DICtx, DICtx.getDebugNames(), Name, Dies); in filterByAccelName()