Searched refs:ImportFilesOrError (Results 1 – 1 of 1) sorted by relevance
943 auto ImportFilesOrError = Obj.getImportFileTable(); in printNeededLibraries() local944 if (!ImportFilesOrError) { in printNeededLibraries()945 reportUniqueWarning(ImportFilesOrError.takeError()); in printNeededLibraries()949 StringRef ImportFileTable = ImportFilesOrError.get(); in printNeededLibraries()