Searched refs:getDebugFrame (Results 1 – 2 of 2) sorted by relevance
85 virtual Expected<const DWARFDebugFrame *> getDebugFrame() = 0;307 Expected<const DWARFDebugFrame *> getDebugFrame();
443 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in ThreadUnsafeDWARFContextState685 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in ThreadSafeState687 return ThreadUnsafeDWARFContextState::getDebugFrame(); in getDebugFrame()1109 if (Expected<const DWARFDebugFrame *> DF = getDebugFrame()) in dump()1442 Expected<const DWARFDebugFrame *> DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext1443 return State->getDebugFrame(); in getDebugFrame()