Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDataExtractorTest.cpp57 ASSERT_EQ(6u, DObj.getLineSection().Data.size()); in TEST()
59 DWARFDataExtractor Data(DObj, DObj.getLineSection(), Obj->isLittleEndian(), in TEST()
189 ASSERT_EQ(12u, DObj.getLineSection().Data.size()); in TEST()
191 DWARFDataExtractor Data(DObj, DObj.getLineSection(), Obj->isLittleEndian(), in TEST()
H A DDWARFDebugLineTest.cpp62 Obj, Obj.getLineSection(), in generate()
/llvm-project-15.0.7/lld/MachO/
H A DDwarf.h40 llvm::DWARFSection const &getLineSection() const override { in getLineSection() function
/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h55 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h45 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
H A DDWARFUnit.h308 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp554 DObj->getLineSection().Data)) { in dump()
555 DWARFDataExtractor LineData(*DObj, DObj->getLineSection(), isLittleEndian(), in dump()
996 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit()
1000 DWARFDataExtractor lineData(*DObj, U->getLineSection(), isLittleEndian(), in getLineTableForUnit()
1949 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anon445fd25e0f11::DWARFObjInMemory
H A DDWARFVerifier.cpp604 if (*SectionOffset >= U->getLineSection().Data.size()) in verifyDebugInfoAttribute()
829 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
H A DDWARFUnit.cpp49 D.getLineSection(), D.isLittleEndian(), false, false, in addUnitsForSection()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp353 DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data, in dumpDebugLines()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp530 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1699 OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(), in patchLineTableForUnit()
1801 StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; in patchLineTableForUnit()
2328 Dwarf.getDWARFObj().getLineSection().Data, "debug_line"); in copyInvariantDebugSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1101 StringRef DebugLineContents = CU->getLineSection().Data; in emitDebugLineInfoForUnprocessedCUs()