Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.h145 virtual StringRef getDebugFrameSection() = 0;
217 virtual StringRef getDebugFrameSection() { return DebugFrameSection; } in getDebugFrameSection() function
HDDWARFContext.cpp252 DataExtractor debugFrameData(getDebugFrameSection(), isLittleEndian(), in getDebugFrame()