Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h294 Expected<const DWARFDebugFrame *> getDebugFrame();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp462 if (Expected<const DWARFDebugFrame *> DF = getDebugFrame()) in dump()
929 Expected<const DWARFDebugFrame *> DWARFContext::getDebugFrame() { in getDebugFrame() function in DWARFContext