Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h44 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() function
/src/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()
/src/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 __anonc1a899431211::DWARFObjInMemory
/src/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()