Searched defs:LineTable (Results 1 – 5 of 5) sorted by relevance
166 struct LineTable { struct167 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } in appendRow()168 void appendSequence(const DWARFDebugLine::Sequence &sequence) { in appendSequence()171 void clear() { in clear()202 struct State : public Row, public Sequence, public LineTable { argument
295 const DWARFLineTable *LineTable, in getFileNameForCompileUnit()317 const DWARFLineTable *LineTable, in getFileLineInfoForCompileUnit()360 const DWARFLineTable *LineTable = getLineTableForCompileUnit(CU); in getLineInfoForAddress() local404 const DWARFLineTable *LineTable = getLineTableForCompileUnit(CU); in getLineInfoForAddressRange() local442 const DWARFLineTable *LineTable = 0; in getInliningInfoForAddress() local
631 LineTableInfo *LineTable; variable
1743 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
757 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local