Searched refs:hasFileAtIndex (Results 1 – 8 of 8) sorted by relevance
114 bool hasFileAtIndex(uint64_t FileIndex) const;248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function249 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
72 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue1410 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()1429 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
775 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()1059 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
895 if (LT->hasFileAtIndex(0) && LT->hasFileAtIndex(1)) { in createScopes()
191 if (LineTablePtr->hasFileAtIndex(FileIdx)) { in getFileName()1697 if (LineTable->hasFileAtIndex(FileIdx)) { in getDirAndFilenameFromLineTable()
582 for (uint64_t I = LT.hasFileAtIndex(0) ? 0 : 1, in collectLineTableSources()