Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCOFFPlatform.cpp262 ? 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()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h183 std::unique_ptr<COFFVCRuntimeBootstrapper> VCRuntimeBootstrap; variable