Home
last modified time | relevance | path

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

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