Lines Matching refs:COFFVCRuntimeBootstrapper
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 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>
156 COFFVCRuntimeBootstrapper::getMSVCToolchainPath() { in getMSVCToolchainPath()