Searched refs:COFFVCRuntimeBootstrapper (Results 1 – 4 of 4) sorted by relevance
22 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 COFFVCRuntimeBootstrapper39 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 …]
405 COFFVCRuntimeBootstrapper::Create(ES, ObjLinkingLayer, VCRuntimePath); in COFFPlatform()
31 class COFFVCRuntimeBootstrapper {33 /// Try to create a COFFVCRuntimeBootstrapper instance. An optional48 static Expected<std::unique_ptr<COFFVCRuntimeBootstrapper>>68 COFFVCRuntimeBootstrapper(ExecutionSession &ES,
191 std::unique_ptr<COFFVCRuntimeBootstrapper> VCRuntimeBootstrap;