Searched defs:LineTable (Results 1 – 5 of 5) sorted by relevance
164 struct LineTable { struct165 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } in appendRow()166 void appendSequence(const DWARFDebugLine::Sequence &sequence) { in appendSequence()169 void clear() { in clear()196 struct State : public Row, public Sequence, public LineTable { argument
167 DWARFCompileUnit *CU, const DWARFDebugLine::LineTable *LineTable, in getFileNameForCompileUnit()187 DWARFCompileUnit *CU, const DWARFDebugLine::LineTable *LineTable, in getFileLineInfoForCompileUnit()228 const DWARFDebugLine::LineTable *LineTable = in getLineInfoForAddress() local253 const DWARFDebugLine::LineTable *LineTable = 0; in getInliningInfoForAddress() local
617 LineTableInfo *LineTable; variable
1591 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
802 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local