Home
last modified time | relevance | path

Searched defs:LineTable (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h226 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 DDWARFYAML.h138 struct LineTable { struct
152 std::vector<LineTableOpcode> Opcodes; argument
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp194 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
H A DDWARFLinker.cpp1696 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineTable.cpp21 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 DDWARFYAML.cpp236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp29 const DWARFDebugLine::LineTable *LineTable; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp828 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
863 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
H A DDWARFContext.cpp1253 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 DDWARFDebugLine.cpp514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1481 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 DBinaryEmitter.cpp1039 const DWARFDebugLine::LineTable *LineTable = Function.getDWARFLineTable(); in emitDebugLineInfoForOriginalFunctions() local
H A DBinaryFunction.cpp181 const DWARFDebugLine::LineTable *LineTable) { in findDebugLineInformationForInstructionAt()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp953 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h727 std::unique_ptr<LineTableInfo> LineTable; variable
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h119 class LineTable; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2176 auto &LineTable = Asm->OutStreamer->getContext().getMCDwarfLineTable( in terminateLineTable() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2192 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
H A DASTReader.cpp1324 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local