Searched refs:getLineSection (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Dwarf.h | 39 llvm::DWARFSection const &getLineSection() const override { in getLineSection() function
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DWARF.h | 43 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 46 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
|
H A D | DWARFUnit.h | 339 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 417 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 D | DWARFVerifier.cpp | 694 if (*SectionOffset >= U->getLineSection().Data.size()) in verifyDebugInfoAttribute() 944 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
|
H A D | DWARFUnit.cpp | 49 D.getLineSection(), D.isLittleEndian(), false, false, in addUnitsForSection()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 631 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()
|