Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp936 auto ImportFilesOrError = Obj.getImportFileTable(); in printNeededLibraries() local
937 if (!ImportFilesOrError) { in printNeededLibraries()
938 reportUniqueWarning(ImportFilesOrError.takeError()); in printNeededLibraries()
942 StringRef ImportFileTable = ImportFilesOrError.get(); in printNeededLibraries()