Home
last modified time | relevance | path

Searched refs:getEHFrame (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFExpressionCopyBytesTest.cpp166 const DWARFDebugFrame *EHFrame = cantFail(Ctx->getEHFrame()); in parseCFIsAndCheckExpression()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h297 Expected<const DWARFDebugFrame *> getEHFrame();
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp474 if (Expected<const DWARFDebugFrame *> DF = getEHFrame()) in dump()
886 Expected<const DWARFDebugFrame *> DWARFContext::getEHFrame() { in getEHFrame() function in DWARFContext
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1641 Expected<const DWARFDebugFrame *> EHFrameOrError = BC->DwCtx->getEHFrame(); in readSpecialSections()