Searched refs:ThreadSafeContext (Results 1 – 3 of 3) sorted by relevance
30 class ThreadSafeContext {56 ThreadSafeContext() = default;59 ThreadSafeContext(std::unique_ptr<LLVMContext> NewCtx) in ThreadSafeContext() function115 ThreadSafeModule(std::unique_ptr<Module> M, ThreadSafeContext TSCtx) in ThreadSafeModule()133 ThreadSafeContext::Lock getContextLock() { return TSCtx.getLock(); } in getContextLock()148 ThreadSafeContext TSCtx;
56 ThreadSafeContext NewTSCtx(llvm::make_unique<LLVMContext>()); in cloneToNewContext()
757 orc::ThreadSafeContext TSCtx(llvm::make_unique<LLVMContext>()); in runOrcLazyJIT()