Searched refs:getDebugFrame (Results 1 – 2 of 2) sorted by relevance
86 virtual Expected<const DWARFDebugFrame *> getDebugFrame() = 0;313 Expected<const DWARFDebugFrame *> getDebugFrame();
442 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState682 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in __anonfc0a132e0411::ThreadSafeState684 return ThreadUnsafeDWARFContextState::getDebugFrame(); in getDebugFrame()1106 if (Expected<const DWARFDebugFrame *> DF = getDebugFrame()) in dump()1439 Expected<const DWARFDebugFrame *> DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext1440 return State->getDebugFrame(); in getDebugFrame()