Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h44 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection() function
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp461 DObj->getFrameSection().Data)) { in dump()
933 const DWARFSection &DS = DObj->getFrameSection(); in getDebugFrame()
2011 const DWARFSection &getFrameSection() const override { in getFrameSection() function in __anonda3bf7bb1011::DWARFObjInMemory
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1972 StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; in patchFrameInfoForObject()
2419 Dwarf.getDWARFObj().getFrameSection().Data, "debug_frame"); in copyInvariantDebugSection()