Searched refs:ExecutorNativePlatform (Results 1 – 3 of 3) sorted by relevance
549 class ExecutorNativePlatform {552 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() function556 ExecutorNativePlatform(std::unique_ptr<MemoryBuffer> OrcRuntimeMB) in ExecutorNativePlatform() function562 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime()
1078 Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) { in operator ()()
1014 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()