Searched refs:InputOrError (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp512 auto InputOrError = lto::InputFile::create(Buffer); local
513 if (!InputOrError)
515 toString(InputOrError.takeError()));
517 auto TripleStr = (*InputOrError)->getTargetTriple();
529 Modules.emplace_back(std::move(*InputOrError));

Completed in 165 milliseconds