Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h41 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp47 &D.getLocSection(), D.getStrSection(), in addUnitsForSection()
594 Context.getDWARFObj(), Context.getDWARFObj().getLocSection(), in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp382 ? DWARFDataExtractor(DObj, DObj.getLocSection(), D.isLittleEndian(), in getDebugLoc()
1071 DObj->getLocSection().Data)) { in dump()
2382 const DWARFSection &getLocSection() const override { return LocSection; } in getLocSection() function in __anonc1a899431211::DWARFObjInMemory
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp714 << InputDWARFFile.Dwarf->getDWARFObj().getLocSection().Data; in emitInvariantSections()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2673 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()