Searched refs:hasFileAtIndex (Results 1 – 5 of 5) sorted by relevance
122 bool hasFileAtIndex(uint64_t FileIndex) const;252 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function253 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
128 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
73 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue1331 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()1350 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
556 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()826 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()