/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 229 struct LineTable { struct 233 const uint32_t UnknownRowIndex = UINT32_MAX; 235 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 237 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 252 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 413 struct LineTable *LineTable; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 161 struct LineTable { struct 175 std::vector<LineTableOpcode> Opcodes; argument
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 29 Error emit(const DWARFDebugLine::LineTable &LineTable) { in emit() 295 void emitLineTableRows(const DWARFDebugLine::LineTable &LineTable, in emitLineTableRows()
|
H A D | DWARFLinkerCompileUnit.cpp | 1695 if (const DWARFDebugLine::LineTable *LineTable = in getDirAndFilenameFromLineTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
H A D | DWARFStreamer.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | VTuneSharedStructs.h | 32 VTuneLineTable LineTable; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 263 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
H A D | DWARFEmitter.cpp | 571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 811 const DWARFDebugLine::LineTable &LineTable, const CompileUnit &Unit, in emitLineTableForUnit() 1039 const DWARFDebugLine::LineTable &LineTable, MCSymbol *LineEndSym, in emitLineTableRows()
|
H A D | DWARFLinker.cpp | 2143 DWARFDebugLine::LineTable LineTable; in generateLineTableForUnit() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 32 const DWARFDebugLine::LineTable *LineTable; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 943 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local 982 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
|
H A D | DWARFContext.cpp | 1744 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local 1796 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 1832 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
H A D | DWARFDebugLine.cpp | 537 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 996 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 905 const auto *LineTable = DICtx.getLineTableForUnit(CU.get()); in collectStatsForObjectFile() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 774 std::unique_ptr<LineTableInfo> LineTable; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 121 class LineTable; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2249 auto &LineTable = Asm->OutStreamer->getContext().getMCDwarfLineTable( in terminateLineTable() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2415 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
|