Searched refs:hasFileAtIndex (Results 1 – 6 of 6) sorted by relevance
115 bool hasFileAtIndex(uint64_t FileIndex) const;245 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function246 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
129 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
73 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue1335 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()1354 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
680 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()927 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
481 for (uint64_t I = LT.hasFileAtIndex(0) ? 0 : 1, in collectLineTableSources()