Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h86 virtual Expected<const DWARFDebugFrame *> getDebugFrame() = 0;
313 Expected<const DWARFDebugFrame *> getDebugFrame();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp442 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
682 Expected<const DWARFDebugFrame *> getDebugFrame() override { in getDebugFrame() function in __anonfc0a132e0411::ThreadSafeState
684 return ThreadUnsafeDWARFContextState::getDebugFrame(); in getDebugFrame()
1106 if (Expected<const DWARFDebugFrame *> DF = getDebugFrame()) in dump()
1439 Expected<const DWARFDebugFrame *> DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext
1440 return State->getDebugFrame(); in getDebugFrame()