Home
last modified time | relevance | path

Searched defs:EIB (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp40 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in getLazyIRModule()
79 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in parseIR()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp45 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in LLVMParseBitcodeInContext()
91 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in LLVMGetBitcodeModuleInContext()
H A DBitcodeReader.cpp852 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in errorToErrorCodeAndEmitErrors()
/netbsd/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp104 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in fatalOpenError()
206 handleAllErrors(ChildMB.takeError(), [&](const ErrorInfoBase &EIB) { in appendFile()
232 handleAllErrors(MaybeFileMachine.takeError(), [&](const ErrorInfoBase &EIB) { in appendFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp39 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in create()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp347 handleAllErrors(E.takeError(), [&](const llvm::ErrorInfoBase &EIB) { in ExtractPCH()
355 handleAllErrors(OFOrErr.takeError(), [&](const llvm::ErrorInfoBase &EIB) { in ExtractPCH()
H A DCodeGenAction.cpp937 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) { in CreateASTConsumer()
988 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in loadModule()
H A DBackendUtil.cpp1528 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in runThinLTOBackend()
1596 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in runThinLTOBackend()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp169 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in check()
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp558 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in run()
/netbsd/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp198 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) { in loadModuleFromInput()
224 handleAllErrors(Result.takeError(), [&](ErrorInfoBase &EIB) { in crossImportIntoModule()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSerialization.h393 static Error serializeAsStringError(ChannelT &C, const ErrorInfoBase &EIB) { in serializeAsStringError()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp170 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in failIfError()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp523 handleAllErrors(ModuleOrErr.takeError(), [&](ErrorInfoBase &EIB) { in loadModuleFromInput()
/netbsd/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp497 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) -> Error { in check()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp1353 handleAllErrors(F.materialize(), [&](ErrorInfoBase &EIB) { in run()