Home
last modified time | relevance | path

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

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