Searched refs:getLineSection (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Dwarf.h | 39 llvm::DWARFSection const &getLineSection() const override { in getLineSection() function
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | DWARF.h | 54 const llvm::DWARFSection &getLineSection() const override { in getLineSection() function
|
| /openbsd-src/gnu/llvm/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 | 332 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 551 DObj->getLineSection().Data)) { in dump() 552 DWARFDataExtractor LineData(*DObj, DObj->getLineSection(), isLittleEndian(), in dump() 1065 if (stmtOffset >= U->getLineSection().Data.size()) in getLineTableForUnit() 1069 DWARFDataExtractor lineData(*DObj, U->getLineSection(), isLittleEndian(), in getLineTableForUnit() 2017 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection() function in __anon00272cc51011::DWARFObjInMemory
|
| H A D | DWARFVerifier.cpp | 603 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()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 354 DataExtractor LineData(DCtx.getDWARFObj().getLineSection().Data, in dumpDebugLines()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1787 OrigDwarf.getDWARFObj(), OrigDwarf.getDWARFObj().getLineSection(), in patchLineTableForUnit() 1889 StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; in patchLineTableForUnit() 2413 Dwarf.getDWARFObj().getLineSection().Data, "debug_line"); in copyInvariantDebugSection()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 543 DICtx.getDWARFObj().getLineSection(), in collectObjectSources()
|