Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h197 virtual StringRef getDebugFrameSection() = 0;
289 StringRef getDebugFrameSection() override { return DebugFrameSection; } in getDebugFrameSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp363 DataExtractor debugFrameData(getDebugFrameSection(), isLittleEndian(), in getDebugFrame()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3122 StringRef FrameData = OrigDwarf.getDebugFrameSection(); in patchFrameInfoForObject()