Searched refs:getLocSection (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 40 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 40 &D.getLocSection(), D.getStrSection(), in addUnitsForSection() 509 Context.getDWARFObj(), Context.getDWARFObj().getLocSection(), in tryExtractDIEsIfNeeded()
|
H A D | DWARFContext.cpp | 420 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 D | DWARFVerifier.cpp | 318 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection() 332 &DObj.getLocSection(), DObj.getStrSection(), in verifyUnitSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 442 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
|
H A D | DWARFLinker.cpp | 2299 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
|