Searched defs:LineTable (Results 1 – 10 of 10) sorted by relevance
171 struct LineTable { struct175 const uint32_t UnknownRowIndex = UINT32_MAX;177 void appendRow(const DWARFDebugLine::Row &R) { in appendRow()180 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()223 const LineTable *getLineTable(uint32_t offset) const; argument235 struct LineTable *LineTable; member
165 struct LineTable struct167 typedef std::shared_ptr<LineTable> shared_ptr; argument169 LineTable() : in LineTable() function199 StartParsingLineTable = 0, argument
157 DWARFDebugLine::LineTable LineTable; in dump() local179 DWARFDebugLine::LineTable LineTable; in dump() local466 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local493 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local524 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
181 DWARFDebugLine::LineTable::LineTable() { in LineTable() function in DWARFDebugLine::LineTable
24 LineTable::LineTable(CompileUnit* comp_unit) : in LineTable() function in LineTable
648 LineTableInfo *LineTable; variable
107 class LineTable; variable
2935 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
1985 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
1064 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local