Home
last modified time | relevance | path

Searched refs:getFrameSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h43 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h43 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp434 DObj->getFrameSection().Data)) in dump()
786 DWARFDataExtractor debugFrameData(*DObj, DObj->getFrameSection(), in getDebugFrame()
1838 const DWARFSection &getFrameSection() const override { in getFrameSection() function in __anonc7c59b990d11::DWARFObjInMemory
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp458 DObj->getFrameSection().Data)) { in dump()
835 DWARFDataExtractor debugFrameData(*DObj, DObj->getFrameSection(), in getDebugFrame()
1900 const DWARFSection &getFrameSection() const override { in getFrameSection() function in __anonbdce32250f11::DWARFObjInMemory
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1864 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2332 Dwarf.getDWARFObj().getFrameSection().Data, "debug_frame"); in copyInvariantDebugSection()