/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 229 struct LineTable { struct 233 UnknownRowIndexLineTable global() argument 235 appendRowLineTable appendRow() argument 237 appendSequenceLineTable appendSequence() argument 248 hasFileAtIndexLineTable hasFileAtIndex() argument 252 getLastValidFileIndexLineTable getLastValidFileIndex() argument 261 getFileNameByIndexLineTable getFileNameByIndex() argument 310 SequencesLineTable global() argument 413 struct LineTable *LineTable; global() member
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 161 struct LineTable { global() struct 175 OpcodesLineTable global() argument
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 29 Error emit(const DWARFDebugLine::LineTable &LineTable) { in emit() argument 295 void emitLineTableRows(const DWARFDebugLine::LineTable &LineTable, in emitLineTableRows() argument [all...] |
H A D | DWARFLinkerTypeUnit.h | 116 DWARFDebugLine::LineTable LineTable; variable
|
H A D | DWARFLinkerCompileUnit.cpp | 1697 if (const DWARFDebugLine::LineTable *LineTable = getDirAndFilenameFromLineTable() local [all...] |
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.cpp | 197 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
|
H A D | DWARFStreamer.cpp | 1038 const DWARFDebugLine::LineTable &LineTable, MCSymbol *LineEndSym, in emitLineTableRows() argument 810 emitLineTableForUnit(const DWARFDebugLine::LineTable & LineTable,const CompileUnit & Unit,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableForUnit() argument [all...] |
H A D | DWARFLinker.cpp | 2129 DWARFDebugLine::LineTable LineTable; generateLineTableForUnit() local [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | VTuneSharedStructs.h | 32 VTuneLineTable LineTable; member
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/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 [all...] |
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 263 mapping(IO & IO,DWARFYAML::LineTable & LineTable) mapping() argument [all...] |
H A D | DWARFEmitter.cpp | 571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { emitDebugLine() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebuggerSupportPlugin.cpp | 170 DWARFDebugLine::LineTable LineTable; startSynthesis() local
|
/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 443 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 32 const DWARFDebugLine::LineTable *LineTable; global() member [all...] |
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 1576 const DWARFDebugLine::LineTable *LineTable = addDebugFilenameToUnit() local 1749 const DWARFDebugLine::LineTable *LineTable = preprocessDebugInfo() local 1924 const DWARFDebugLine::LineTable *LineTable; printDebugInfo() local [all...] |
H A D | BinaryEmitter.cpp | 1081 const DWARFDebugLine::LineTable *LineTable = Function.getDWARFLineTable(); emitDebugLineInfoForOriginalFunctions() local
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 942 auto LineTable = DCtx.getLineTableForUnit(CU.get()); verifyDebugLineStmtOffsets() local 981 auto LineTable = DCtx.getLineTableForUnit(CU.get()); verifyDebugLineRows() local [all...] |
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; getInliningInfoForAddress() local [all...] |
H A D | DWARFDebugLine.cpp | 537 DWARFDebugLine::LineTable::LineTable() { clear(); } LineTable() function in DWARFDebugLine::LineTable [all...] |
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 905 const auto *LineTable = DICtx.getLineTableForUnit(CU.get()); in collectStatsForObjectFile() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 998 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); isValidDwarfFileNumber() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 774 std::unique_ptr<LineTableInfo> LineTable; variable
|
/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 121 class LineTable; variable
|