Searched refs:hasFileAtIndex (Results 1 – 7 of 7) sorted by relevance
114 bool hasFileAtIndex(uint64_t FileIndex) const;244 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function245 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
129 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
72 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue1337 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()1356 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
679 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()927 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
880 if (LT->hasFileAtIndex(0) && LT->hasFileAtIndex(1)) { in createScopes()
494 for (uint64_t I = LT.hasFileAtIndex(0) ? 0 : 1, in collectLineTableSources()