Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h182 virtual StringRef getDebugFrameSection() = 0;
257 StringRef getDebugFrameSection() override { return DebugFrameSection; } in getDebugFrameSection() function
DDWARFContext.cpp286 DataExtractor debugFrameData(getDebugFrameSection(), isLittleEndian(), in getDebugFrame()