Home
last modified time | relevance | path

Searched refs:ThreadSafeContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h30 class ThreadSafeContext {
56 ThreadSafeContext() = default;
59 ThreadSafeContext(std::unique_ptr<LLVMContext> NewCtx) in ThreadSafeContext() function
115 ThreadSafeModule(std::unique_ptr<Module> M, ThreadSafeContext TSCtx) in ThreadSafeModule()
133 ThreadSafeContext::Lock getContextLock() { return TSCtx.getLock(); } in getContextLock()
148 ThreadSafeContext TSCtx;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp56 ThreadSafeContext NewTSCtx(llvm::make_unique<LLVMContext>()); in cloneToNewContext()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp757 orc::ThreadSafeContext TSCtx(llvm::make_unique<LLVMContext>()); in runOrcLazyJIT()