Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp937 auto ImportFilesOrError = Obj.getImportFileTable(); in printNeededLibraries() local
938 if (!ImportFilesOrError) { in printNeededLibraries()
939 reportUniqueWarning(ImportFilesOrError.takeError()); in printNeededLibraries()
943 StringRef ImportFileTable = ImportFilesOrError.get(); in printNeededLibraries()