Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h225 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 DDWARFYAML.h139 struct LineTable { struct
153 std::vector<LineTableOpcode> Opcodes; argument
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp194 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
H A DDWARFLinker.cpp1784 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
H A DDWARFEmitter.cpp571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp30 const DWARFDebugLine::LineTable *LineTable; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp443 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
/openbsd-src/gnu/llvm/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.cpp1321 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 DDWARFDebugLine.cpp514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp984 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h738 std::unique_ptr<LineTableInfo> LineTable; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h119 class LineTable; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2212 auto &LineTable = Asm->OutStreamer->getContext().getMCDwarfLineTable( in terminateLineTable() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2201 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
H A DASTReader.cpp1325 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local