Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h40 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp40 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
509 Context.getDWARFObj(), Context.getDWARFObj().getLocSection(), in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp420 DObj->getLocSection().Data)) { in dump()
806 ? DWARFDataExtractor(*DObj, DObj->getLocSection(), isLittleEndian(), in getDebugLoc()
1909 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection() function in __anona8a913f90f11::DWARFObjInMemory
H A DDWARFVerifier.cpp318 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection()
332 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp442 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
H A DDWARFLinker.cpp2299 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()