Searched defs:LineTable (Results 1 – 14 of 14) sorted by relevance
128 struct LineTable { struct141 std::vector<LineTableOpcode> Opcodes; argument157 std::vector<LineTable> DebugLines; argument
213 struct LineTable { struct217 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; argument340 struct LineTable *LineTable; member
151 struct LineTable { struct152 typedef std::shared_ptr<LineTable> shared_ptr; argument154 LineTable() : prologue(), rows() {} in LineTable() argument177 enum { StartParsingLineTable = 0, DoneParsingLineTable = -1 }; argument
150 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
214 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine() local
439 DWARFDebugLine::LineTable LineTable = in dump() local981 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local1011 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local1043 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
692 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
395 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
24 LineTable::LineTable(CompileUnit *comp_unit) in LineTable() function in LineTable
586 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
681 LineTableInfo *LineTable = nullptr; variable
128 class LineTable; variable
2374 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
1231 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local