Searched refs:VCRuntimeBootstrap (Results 1 – 2 of 2) sorted by relevance
262 ? VCRuntimeBootstrap->loadStaticVCRuntime(JD) in setupJITDylib()263 : VCRuntimeBootstrap->loadDynamicVCRuntime(JD); in setupJITDylib()270 if (auto Err = VCRuntimeBootstrap->initializeStaticVCRuntime(JD)) in setupJITDylib()392 VCRuntimeBootstrap = std::move(*VCRT); in COFFPlatform()398 StaticVCRuntime ? VCRuntimeBootstrap->loadStaticVCRuntime(PlatformJD) in COFFPlatform()399 : VCRuntimeBootstrap->loadDynamicVCRuntime(PlatformJD); in COFFPlatform()424 if (auto E2 = VCRuntimeBootstrap->initializeStaticVCRuntime(PlatformJD)) { in COFFPlatform()
183 std::unique_ptr<COFFVCRuntimeBootstrapper> VCRuntimeBootstrap; variable