| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | ThreadSafeModuleTest.cpp | 24 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local 32 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local 44 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local 61 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local 69 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local 87 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local
|
| H A D | RTDyldObjectLinkingLayerTest.cpp | 130 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local 208 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in TEST() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ThreadSafeModule.h | 109 ThreadSafeModule(std::unique_ptr<Module> M, ThreadSafeContext TSCtx) in ThreadSafeModule() 157 ThreadSafeContext TSCtx; variable
|
| /llvm-project-15.0.7/clang/include/clang/Interpreter/ |
| H A D | Interpreter.h | 49 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | IncrementalExecutor.h | 38 llvm::orc::ThreadSafeContext &TSCtx; variable
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
| H A D | LLJITWithThinLTOSummaries.cpp | 158 orc::ThreadSafeContext TSCtx) { in loadModule() 199 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in main() local
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
| H A D | OrcV2CBindingsBasicUsage.c | 27 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
| H A D | OrcV2CBindingsRemovableCode.c | 27 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/ |
| H A D | OrcV2CBindingsDumpObjects.c | 35 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
| H A D | OrcV2CBindingsIRTransforms.c | 36 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/ |
| H A D | OrcV2CBindingsLazy.c | 72 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in parseExampleModule() local
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
| H A D | OrcV2CBindingsReflectProcessSymbols.c | 50 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/ |
| H A D | OrcV2CBindingsVeryLazy.c | 79 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in parseExampleModule() local
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | lli.cpp | 867 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() 889 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcJIT() local
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 776 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext() 780 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext() 794 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule()
|