Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h290 Expected<const DWARFDebugFrame *> getEHFrame();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp468 if (Expected<const DWARFDebugFrame *> DF = getEHFrame()) in dump()
848 Expected<const DWARFDebugFrame *> DWARFContext::getEHFrame() { in getEHFrame() function in DWARFContext