Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp536 auto InputOrError = lto::InputFile::create(Buffer); in addModule() local
537 if (!InputOrError) in addModule()
539 toString(InputOrError.takeError())); in addModule()
541 auto TripleStr = (*InputOrError)->getTargetTriple(); in addModule()
553 Modules.emplace_back(std::move(*InputOrError)); in addModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp512 auto InputOrError = lto::InputFile::create(Buffer); in addModule() local
513 if (!InputOrError) in addModule()
515 toString(InputOrError.takeError())); in addModule()
517 auto TripleStr = (*InputOrError)->getTargetTriple(); in addModule()
529 Modules.emplace_back(std::move(*InputOrError)); in addModule()