Searched refs:COFFVCRuntimeBootstrapper (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp22 Expected<std::unique_ptr<COFFVCRuntimeBootstrapper>>
23 COFFVCRuntimeBootstrapper::Create(ExecutionSession &ES,
26 return std::unique_ptr<COFFVCRuntimeBootstrapper>(
27 new COFFVCRuntimeBootstrapper(ES, ObjLinkingLayer, RuntimePath));
30 COFFVCRuntimeBootstrapper::COFFVCRuntimeBootstrapper( function in class:COFFVCRuntimeBootstrapper
39 COFFVCRuntimeBootstrapper::loadStaticVCRuntime(JITDylib &JD,
51 COFFVCRuntimeBootstrapper::loadDynamicVCRuntime(JITDylib &JD,
62 Error COFFVCRuntimeBootstrapper::loadVCRuntime(
109 Error COFFVCRuntimeBootstrapper
[all...]
H A DCOFFPlatform.cpp405 COFFVCRuntimeBootstrapper::Create(ES, ObjLinkingLayer, VCRuntimePath);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h31 class COFFVCRuntimeBootstrapper { class in namespace:llvm::orc
33 /// Try to create a COFFVCRuntimeBootstrapper instance. An optional
48 static Expected<std::unique_ptr<COFFVCRuntimeBootstrapper>>
68 COFFVCRuntimeBootstrapper(ExecutionSession &ES,
H A DCOFFPlatform.h191 std::unique_ptr<COFFVCRuntimeBootstrapper> VCRuntimeBootstrap;

Completed in 74 milliseconds