Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h128 struct LineTable { struct
141 std::vector<LineTableOpcode> Opcodes; argument
157 std::vector<LineTable> DebugLines; argument
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h213 struct LineTable { struct
217 const uint32_t UnknownRowIndex = UINT32_MAX;
219 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow()
221 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()
273 const LineTable *getLineTable(uint32_t Offset) const; argument
340 struct LineTable *LineTable; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h151 struct LineTable { struct
152 typedef std::shared_ptr<LineTable> shared_ptr; argument
154 LineTable() : prologue(), rows() {} in LineTable() argument
177 enum { StartParsingLineTable = 0, DoneParsingLineTable = -1 }; argument
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp150 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
H A DDWARFEmitter.cpp214 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine() local
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp439 DWARFDebugLine::LineTable LineTable = in dump() local
981 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local
1011 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
1043 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
H A DDWARFVerifier.cpp692 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
H A DDWARFDebugLine.cpp395 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp24 LineTable::LineTable(CompileUnit *comp_unit) in LineTable() function in LineTable
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp586 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h681 LineTableInfo *LineTable = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h128 class LineTable; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2374 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
H A DASTReader.cpp1231 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local