/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 41 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in getLazyIRModule() argument 80 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in parseIR() argument
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 44 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in LLVMParseBitcodeInContext() 90 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in LLVMGetBitcodeModuleInContext()
|
H A D | BitcodeReader.cpp | 1015 __anon461288fb0502(ErrorInfoBase &EIB) errorToErrorCodeAndEmitErrors() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | GlobPatternTest.cpp | 157 handleAllErrors(Pat1.takeError(), [&](ErrorInfoBase &EIB) {}); in TEST_F() 166 handleAllErrors(Pat1.takeError(), [&](ErrorInfoBase &EIB) {}); in TEST_F() 170 handleAllErrors(Pat1.takeError(), [&](ErrorInfoBase &EIB) {}); in TEST_F()
|
H A D | Path.cpp | 2477 __anonf25b14d80b02(ErrorInfoBase &EIB) TEST_F() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.cpp | 39 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in create() argument
|
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 122 __anona3121ce00302(const llvm::ErrorInfoBase &EIB) fatalOpenError() argument 245 __anona3121ce00402(const ErrorInfoBase &EIB) appendFile() argument 272 __anona3121ce00502(const ErrorInfoBase &EIB) appendFile() argument
|
/llvm-project/llvm/unittests/Remarks/ |
H A D | YAMLRemarksParsingTest.cpp | 63 [&](const ErrorInfoBase &EIB) { EIB.log(Stream); }); in parseExpectError() 83 [&](const ErrorInfoBase &EIB) { EIB.log(Stream); }); in parseExpectErrorMeta() 673 [&](const ErrorInfoBase &EIB) { EIB.log(Stream); }); in TEST()
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | error.h | 140 inline Error repackage_error(std::unique_ptr<ErrorInfoBase> EIB) { in repackage_error() argument 410 if (auto EIB = error_cast<ErrorInfoBase>(Err)) in toString() local
|
/llvm-project/bolt/lib/Utils/ |
H A D | Utils.cpp | 44 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in check_error() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp |
|
H A D | CodeGenAction.cpp | 935 __anon182c30c40602(ErrorInfoBase &EIB) loadLinkModules() argument 1056 __anon182c30c40802(ErrorInfoBase &EIB) loadModule() argument
|
H A D | BackendUtil.cpp | 1216 __anon684942f71702(ErrorInfoBase &EIB) runThinLTOBackend() argument 1287 __anon684942f71b02(ErrorInfoBase &EIB) runThinLTOBackend() argument
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServer.cpp | 118 std::unique_ptr<llvm::ErrorInfoBase> EIB; SendErrorResponse() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebuggerSupportPlugin.cpp | 175 __anon5f69fc7b0202(ErrorInfoBase &EIB) startSynthesis() argument
|
/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 202 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in check() argument
|
/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 607 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in run()
|
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 203 __anon75ad91c50602(ErrorInfoBase &EIB) loadModuleFromInput() argument 229 __anon75ad91c50802(ErrorInfoBase &EIB) crossImportIntoModule() argument
|
/llvm-project/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 510 __anonbb2c31f40202(ErrorInfoBase &EIB) check() argument
|
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 576 __anon111178da0302(ErrorInfoBase &EIB) loadModuleFromInput() argument
|
/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 180 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in failIfError()
|
/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 1349 __anon2bb795d40602(ErrorInfoBase &EIB) run() argument
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | CoreAPIsTest.cpp | 1371 __anona9cd14e14602(ErrorInfoBase &EIB) TEST_F() argument
|