Lines Matching refs:E2
430 if (auto E2 = setupJITDylib(PlatformJD)) {
431 Err = std::move(E2);
436 if (auto E2 = this->LoadDynLibrary(PlatformJD, Lib)) {
437 Err = std::move(E2);
442 if (auto E2 = VCRuntimeBootstrap->initializeStaticVCRuntime(PlatformJD)) {
443 Err = std::move(E2);
448 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) {
449 Err = std::move(E2);
456 if (auto E2 = bootstrapCOFFRuntime(PlatformJD)) {
457 Err = std::move(E2);