Home
last modified time | relevance | path

Searched defs:TSCtx (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DThreadSafeModuleTest.cpp24 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 DRTDyldObjectLinkingLayerTest.cpp130 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 DThreadSafeModule.h109 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 DInterpreter.h49 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalExecutor.h38 llvm::orc::ThreadSafeContext &TSCtx; variable
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp158 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 DOrcV2CBindingsBasicUsage.c27 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c27 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c35 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c36 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/
H A DOrcV2CBindingsLazy.c72 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in parseExampleModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
H A DOrcV2CBindingsReflectProcessSymbols.c50 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c79 LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContext(); in parseExampleModule() local
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp867 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 DOrcV2CBindings.cpp776 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext()
780 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext()
794 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule()