Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h44 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp724 << InputDWARFFile.Dwarf->getDWARFObj().getFrameSection().Data; in emitInvariantSections()
740 StringRef OrigFrameData = InputDWARFObj.getFrameSection().Data; in cloneAndEmitDebugFrame()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp448 const DWARFSection &DS = DObj.getFrameSection(); in getDebugFrame()
1109 DObj->getFrameSection().Data)) { in dump()
2385 const DWARFSection &getFrameSection() const override { in getFrameSection() function in __anonfc0a132e1211::DWARFObjInMemory
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2293 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2679 Dwarf.getDWARFObj().getFrameSection().Data, DebugSectionKind::DebugFrame); in copyInvariantDebugSection()