Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h43 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp464 DObj->getFrameSection().Data)) { in dump()
864 const DWARFSection &DS = DObj->getFrameSection(); in getDebugFrame()
1943 const DWARFSection &getFrameSection() const override { in getFrameSection() function in __anon445fd25e0f11::DWARFObjInMemory
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1885 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2334 Dwarf.getDWARFObj().getFrameSection().Data, "debug_frame"); in copyInvariantDebugSection()