| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractorTest.cpp | 57 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 D | DWARFDebugLineTest.cpp | 62 Obj, Obj.getLineSection(), in generate()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Dwarf.h | 40 llvm::DWARFSection const &getLineSection() const override { in getLineSection() function
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DWARF.h | 55 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFObject.h | 45 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() function
|
| H A D | DWARFUnit.h | 308 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 554 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 D | DWARFVerifier.cpp | 604 if (*SectionOffset >= U->getLineSection().Data.size()) in verifyDebugInfoAttribute() 829 if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) { in verifyDebugLineStmtOffsets()
|
| H A D | DWARFUnit.cpp | 49 D.getLineSection(), D.isLittleEndian(), false, false, in addUnitsForSection()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 353 DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data, in dumpDebugLines()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 530 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1699 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 D | BinaryEmitter.cpp | 1101 StringRef DebugLineContents = CU->getLineSection().Data; in emitDebugLineInfoForUnprocessedCUs()
|