Searched defs:LineTable (Results 1 – 7 of 7) 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
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
648 LineTableInfo *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