Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h40 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
581 Context.getDWARFObj(), Context.getDWARFObj().getLocSection(), in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp426 DObj->getLocSection().Data)) { in dump()
844 ? DWARFDataExtractor(*DObj, DObj->getLocSection(), isLittleEndian(), in getDebugLoc()
1940 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection() function in __anon445fd25e0f11::DWARFObjInMemory
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp457 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
H A DDWARFLinker.cpp2329 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()