Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp22 Expected<std::unique_ptr<COFFVCRuntimeBootstrapper>>
23 COFFVCRuntimeBootstrapper::Create(ExecutionSession &ES, in Create()
26 return std::unique_ptr<COFFVCRuntimeBootstrapper>( in Create()
27 new COFFVCRuntimeBootstrapper(ES, ObjLinkingLayer, RuntimePath)); in Create()
30 COFFVCRuntimeBootstrapper::COFFVCRuntimeBootstrapper( in COFFVCRuntimeBootstrapper() function in COFFVCRuntimeBootstrapper
39 COFFVCRuntimeBootstrapper::loadStaticVCRuntime(JITDylib &JD, in loadStaticVCRuntime()
51 COFFVCRuntimeBootstrapper::loadDynamicVCRuntime(JITDylib &JD, in loadDynamicVCRuntime()
62 Error COFFVCRuntimeBootstrapper::loadVCRuntime( in loadVCRuntime()
109 Error COFFVCRuntimeBootstrapper::initializeStaticVCRuntime(JITDylib &JD) { in initializeStaticVCRuntime()
155 Expected<COFFVCRuntimeBootstrapper::MSVCToolchainPath>
[all …]
H A DCOFFPlatform.cpp405 COFFVCRuntimeBootstrapper::Create(ES, ObjLinkingLayer, VCRuntimePath); in COFFPlatform()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h31 class COFFVCRuntimeBootstrapper {
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;