Searched refs:ExecutorNativePlatform (Results 1 – 4 of 4) sorted by relevance
575 class ExecutorNativePlatform {578 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() function582 ExecutorNativePlatform(std::unique_ptr<MemoryBuffer> OrcRuntimeMB) in ExecutorNativePlatform() function588 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime()
640 llvm::orc::ExecutorNativePlatform(OrcRuntimePath.str())); in createLLJITBuilder()
1014 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()
1129 Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) { in operator ()()