| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 226 struct LineTable { struct 230 const uint32_t UnknownRowIndex = UINT32_MAX; 232 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 234 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 245 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 249 Optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 258 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 302 const LineTable *getLineTable(uint64_t Offset) const; argument 396 struct LineTable *LineTable; member
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 138 struct LineTable { struct 152 std::vector<LineTableOpcode> Opcodes; argument
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 194 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
|
| H A D | DWARFLinker.cpp | 1696 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
| H A D | DWARFEmitter.cpp | 570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.cpp | 439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 29 const DWARFDebugLine::LineTable *LineTable; member
|
| /llvm-project-15.0.7/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 | 1253 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local 1305 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 1341 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
| H A D | DWARFDebugLine.cpp | 514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 1481 const DWARFDebugLine::LineTable *LineTable = in addDebugFilenameToUnit() local 1647 const DWARFDebugLine::LineTable *LineTable = in preprocessDebugInfo() local 1808 const DWARFDebugLine::LineTable *LineTable; in printDebugInfo() local
|
| H A D | BinaryEmitter.cpp | 1039 const DWARFDebugLine::LineTable *LineTable = Function.getDWARFLineTable(); in emitDebugLineInfoForOriginalFunctions() local
|
| H A D | BinaryFunction.cpp | 181 const DWARFDebugLine::LineTable *LineTable) { in findDebugLineInformationForInstructionAt()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 953 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 727 std::unique_ptr<LineTableInfo> LineTable; variable
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-forward.h | 119 class LineTable; variable
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2176 auto &LineTable = Asm->OutStreamer->getContext().getMCDwarfLineTable( in terminateLineTable() local
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2192 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
|
| H A D | ASTReader.cpp | 1324 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local
|