Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h44 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp726 << InputDWARFFile.Dwarf->getDWARFObj().getFrameSection().Data; in emitInvariantSections()
742 StringRef OrigFrameData = InputDWARFObj.getFrameSection().Data; in cloneAndEmitDebugFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp447 const DWARFSection &DS = DObj.getFrameSection(); in getDebugFrame()
1108 DObj->getFrameSection().Data)) { in dump()
2383 const DWARFSection &getFrameSection() const override { in getFrameSection() function in __anonafd15ee41111::DWARFObjInMemory
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2273 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2659 Dwarf.getDWARFObj().getFrameSection().Data, DebugSectionKind::DebugFrame); in copyInvariantDebugSection()