Home
last modified time | relevance | path

Searched refs:getDebugFrame (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h85 virtual Expected<const DWARFDebugFrame *> getDebugFrame() = 0;
307 Expected<const DWARFDebugFrame *> getDebugFrame();
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp444 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in __anonc1a899430411::ThreadUnsafeDWARFContextState
686 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in __anonc1a899430411::ThreadSafeState
688 return ThreadUnsafeDWARFContextState::getDebugFrame(); in getDebugFrame()
1110 if (Expected<const DWARFDebugFrame *> DF = getDebugFrame()) in dump()
1444 Expected<const DWARFDebugFrame *> DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext
1445 return State->getDebugFrame(); in getDebugFrame()