Home
last modified time | relevance | path

Searched refs:ImportFilesOrError (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp660 auto ImportFilesOrError = Obj.getImportFileTable(); in printNeededLibraries() local
661 if (!ImportFilesOrError) { in printNeededLibraries()
662 reportUniqueWarning(ImportFilesOrError.takeError()); in printNeededLibraries()
666 StringRef ImportFileTable = ImportFilesOrError.get(); in printNeededLibraries()