Searched refs:ExecutorNativePlatform (Results 1 – 3 of 3) sorted by relevance
574 class ExecutorNativePlatform {577 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() function581 ExecutorNativePlatform(std::unique_ptr<MemoryBuffer> OrcRuntimeMB) in ExecutorNativePlatform() function587 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime()
1012 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()
1111 Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) { in operator ()()