Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h176 virtual StringRef getDebugFrameSection() = 0;
259 StringRef getDebugFrameSection() override { return DebugFrameSection; } in getDebugFrameSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp316 DataExtractor debugFrameData(getDebugFrameSection(), isLittleEndian(), in getDebugFrame()