Searched defs:LineTable (Results 1 – 10 of 10) sorted by relevance
163 struct LineTable { struct166 void appendRow(const DWARFDebugLine::Row &R) { in appendRow()169 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()208 const LineTable *getLineTable(uint32_t offset) const; argument220 struct LineTable *LineTable; member
165 struct LineTable struct167 typedef std::shared_ptr<LineTable> shared_ptr; argument169 LineTable() : in LineTable() argument199 StartParsingLineTable = 0, argument
149 DWARFDebugLine::LineTable LineTable; in dump() local161 DWARFDebugLine::LineTable LineTable; in dump() local412 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local439 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local470 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
172 DWARFDebugLine::LineTable::LineTable() { in LineTable() function in DWARFDebugLine::LineTable
24 LineTable::LineTable(CompileUnit* comp_unit) : in LineTable() function in LineTable
107 class LineTable; variable
632 LineTableInfo *LineTable; variable
2309 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
1936 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
1067 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local