Home
last modified time | relevance | path

Searched refs:getLineSection (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h39 llvm::DWARFSection const &getLineSection() const override { in getLineSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h43 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h46 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
H A DDWARFUnit.h339 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp417 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit()
421 DWARFDataExtractor Data(U->getContext().getDWARFObj(), U->getLineSection(), in getLineTableForUnit()
1199 DObj->getLineSection().Data)) { in dump()
1200 DWARFDataExtractor LineData(*DObj, DObj->getLineSection(), isLittleEndian(), in dump()
2391 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anonfc0a132e1211::DWARFObjInMemory
H A DDWARFVerifier.cpp694 if (*SectionOffset >= U->getLineSection().Data.size()) in verifyDebugInfoAttribute()
944 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
H A DDWARFUnit.cpp49 D.getLineSection(), D.isLittleEndian(), false, false, in addUnitsForSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp631 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()