/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 225 struct LineTable { struct 229 const uint32_t UnknownRowIndex = UINT32_MAX; 231 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 233 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 244 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 248 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 257 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 306 const LineTable *getLineTable(uint64_t Offset) const; argument 400 struct LineTable *LineTable; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 139 struct LineTable { struct 153 std::vector<LineTableOpcode> Opcodes; argument
|
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 194 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
|
H A D | DWARFLinker.cpp | 1784 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | LineTable.cpp | 21 LineTable::LineTable(CompileUnit *comp_unit) in LineTable() function in LineTable 24 LineTable::LineTable(CompileUnit *comp_unit, in LineTable() function in LineTable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
H A D | DWARFEmitter.cpp | 571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 30 const DWARFDebugLine::LineTable *LineTable; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 443 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 828 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local 863 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
|
H A D | DWARFContext.cpp | 1321 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local 1373 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 1409 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
H A D | DWARFDebugLine.cpp | 514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCContext.cpp | 984 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | SourceManager.h | 738 std::unique_ptr<LineTableInfo> LineTable; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-forward.h | 119 class LineTable; variable
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2212 auto &LineTable = Asm->OutStreamer->getContext().getMCDwarfLineTable( in terminateLineTable() local
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2201 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
|
H A D | ASTReader.cpp | 1325 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local
|