Home
last modified time | relevance | path

Searched refs:getDebugFrameSection (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h42 virtual StringRef getDebugFrameSection() const { return ""; } in getDebugFrameSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp388 DObj->getDebugFrameSection())) in dump()
738 DWARFDataExtractor debugFrameData(DObj->getDebugFrameSection(), in getDebugFrame()
1541 StringRef getDebugFrameSection() const override { return DebugFrameSection; } in getDebugFrameSection() function in __anon81815f480c11::DWARFObjInMemory
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp363 DataExtractor debugFrameData(getDebugFrameSection(), isLittleEndian(), in getDebugFrame()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1880 StringRef FrameData = OrigDwarf.getDWARFObj().getDebugFrameSection(); in patchFrameInfoForObject()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3122 StringRef FrameData = OrigDwarf.getDebugFrameSection(); in patchFrameInfoForObject()