Home
last modified time | relevance | path

Searched refs:TSCtx (Results 151 – 175 of 185) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/lli/
H A Dlli.cpp775 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() argument
777 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
790 return orc::ThreadSafeModule(std::move(M), std::move(TSCtx)); in loadModule()
797 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcLazyJIT() local
798 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcLazyJIT()
941 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcLazyJIT()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/lli/
H A Dlli.cpp776 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() argument
778 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
791 return orc::ThreadSafeModule(std::move(M), std::move(TSCtx)); in loadModule()
798 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcLazyJIT() local
799 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcLazyJIT()
942 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcLazyJIT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/docs/
H A DORCv2.rst593 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
602 std::make_unique<Module>("M1", *TSCtx.getContext()), TSCtx);
605 std::make_unique<Module>("M2", *TSCtx.getContext()), TSCtx);
610 ``TSM1`` and ``TSM2``, and TSCtx are all created on one thread. If a context is
616 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
624 auto Lock = TSCtx.getLock();
625 auto M = loadModuleOnContext(ModulePath, TSCtx.getContext());
626 J.addModule(ThreadSafeModule(std::move(M), TSCtx));
670 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
672 ThreadSafeModule TSM(parsePath(IRPath, *TSCtx.getContext()), TSCtx);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/docs/
H A DORCv2.rst593 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
602 std::make_unique<Module>("M1", *TSCtx.getContext()), TSCtx);
605 std::make_unique<Module>("M2", *TSCtx.getContext()), TSCtx);
610 ``TSM1`` and ``TSM2``, and TSCtx are all created on one thread. If a context is
616 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
624 auto Lock = TSCtx.getLock();
625 auto M = loadModuleOnContext(ModulePath, TSCtx.getContext());
626 J.addModule(ThreadSafeModule(std::move(M), TSCtx));
670 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
672 ThreadSafeModule TSM(parsePath(IRPath, *TSCtx.getContext()), TSCtx);
/dports/devel/llvm11/llvm-11.0.1.src/docs/
H A DORCv2.rst593 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
602 std::make_unique<Module>("M1", *TSCtx.getContext()), TSCtx);
605 std::make_unique<Module>("M2", *TSCtx.getContext()), TSCtx);
610 ``TSM1`` and ``TSM2``, and TSCtx are all created on one thread. If a context is
616 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
624 auto Lock = TSCtx.getLock();
625 auto M = loadModuleOnContext(ModulePath, TSCtx.getContext());
626 J.addModule(ThreadSafeModule(std::move(M), TSCtx));
670 ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
672 ThreadSafeModule TSM(parsePath(IRPath, *TSCtx.getContext()), TSCtx);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Interpreter/
H A DInterpreter.h47 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Interpreter/
H A DInterpreter.h47 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Interpreter/
H A DInterpreter.h47 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h47 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Interpreter/
H A DInterpreter.h47 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Interpreter/
H A DInterpreter.h47 std::unique_ptr<llvm::orc::ThreadSafeContext> TSCtx; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/lli/
H A Dlli.cpp817 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() argument
819 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
832 return orc::ThreadSafeModule(std::move(M), std::move(TSCtx)); in loadModule()
839 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcJIT() local
840 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1019 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp627 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext() argument
628 return wrap(unwrap(TSCtx)->getContext()); in LLVMOrcThreadSafeContextGetContext()
631 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext() argument
632 delete unwrap(TSCtx); in LLVMOrcDisposeThreadSafeContext()
645 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule() argument
647 new ThreadSafeModule(std::unique_ptr<Module>(unwrap(M)), *unwrap(TSCtx))); in LLVMOrcCreateNewThreadSafeModule()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp627 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext() argument
628 return wrap(unwrap(TSCtx)->getContext()); in LLVMOrcThreadSafeContextGetContext()
631 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext() argument
632 delete unwrap(TSCtx); in LLVMOrcDisposeThreadSafeContext()
645 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule() argument
647 new ThreadSafeModule(std::unique_ptr<Module>(unwrap(M)), *unwrap(TSCtx))); in LLVMOrcCreateNewThreadSafeModule()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp627 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext() argument
628 return wrap(unwrap(TSCtx)->getContext()); in LLVMOrcThreadSafeContextGetContext()
631 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext() argument
632 delete unwrap(TSCtx); in LLVMOrcDisposeThreadSafeContext()
645 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule() argument
647 new ThreadSafeModule(std::unique_ptr<Module>(unwrap(M)), *unwrap(TSCtx))); in LLVMOrcCreateNewThreadSafeModule()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp627 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext() argument
628 return wrap(unwrap(TSCtx)->getContext()); in LLVMOrcThreadSafeContextGetContext()
631 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext() argument
632 delete unwrap(TSCtx); in LLVMOrcDisposeThreadSafeContext()
645 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule() argument
647 new ThreadSafeModule(std::unique_ptr<Module>(unwrap(M)), *unwrap(TSCtx))); in LLVMOrcCreateNewThreadSafeModule()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp627 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext() argument
628 return wrap(unwrap(TSCtx)->getContext()); in LLVMOrcThreadSafeContextGetContext()
631 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext() argument
632 delete unwrap(TSCtx); in LLVMOrcDisposeThreadSafeContext()
645 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule() argument
647 new ThreadSafeModule(std::unique_ptr<Module>(unwrap(M)), *unwrap(TSCtx))); in LLVMOrcCreateNewThreadSafeModule()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lli/
H A Dlli.cpp752 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcLazyJIT() local
754 auto MainModule = parseIRFile(InputFile, Err, *TSCtx.getContext()); in runOrcLazyJIT()
818 J->addLazyIRModule(orc::ThreadSafeModule(std::move(MainModule), TSCtx))); in runOrcLazyJIT()
837 auto M = parseIRFile(*EMItr, Err, *TSCtx.getContext()); in runOrcLazyJIT()
846 J->addLazyIRModule(JD, orc::ThreadSafeModule(std::move(M), TSCtx))); in runOrcLazyJIT()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/lli/
H A Dlli.cpp752 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcLazyJIT() local
754 auto MainModule = parseIRFile(InputFile, Err, *TSCtx.getContext()); in runOrcLazyJIT()
818 J->addLazyIRModule(orc::ThreadSafeModule(std::move(MainModule), TSCtx))); in runOrcLazyJIT()
837 auto M = parseIRFile(*EMItr, Err, *TSCtx.getContext()); in runOrcLazyJIT()
846 J->addLazyIRModule(JD, orc::ThreadSafeModule(std::move(M), TSCtx))); in runOrcLazyJIT()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lli/
H A Dlli.cpp757 orc::ThreadSafeContext TSCtx(llvm::make_unique<LLVMContext>()); in runOrcLazyJIT() local
760 parseIRFile(InputFile, Err, *TSCtx.getContext()), TSCtx); in runOrcLazyJIT()
826 auto M = parseIRFile(*EMItr, Err, *TSCtx.getContext()); in runOrcLazyJIT()
835 J->addLazyIRModule(JD, orc::ThreadSafeModule(std::move(M), TSCtx))); in runOrcLazyJIT()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lli/
H A Dlli.cpp757 orc::ThreadSafeContext TSCtx(llvm::make_unique<LLVMContext>()); in runOrcLazyJIT() local
760 parseIRFile(InputFile, Err, *TSCtx.getContext()), TSCtx); in runOrcLazyJIT()
831 auto M = parseIRFile(*EMItr, Err, *TSCtx.getContext()); in runOrcLazyJIT()
840 J->addLazyIRModule(JD, orc::ThreadSafeModule(std::move(M), TSCtx))); in runOrcLazyJIT()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/lli/
H A Dlli.cpp818 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() argument
820 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
833 return orc::ThreadSafeModule(std::move(M), std::move(TSCtx)); in loadModule()
840 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcJIT() local
841 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1020 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp682 LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcThreadSafeContextGetContext() argument
683 return wrap(unwrap(TSCtx)->getContext()); in LLVMOrcThreadSafeContextGetContext()
686 void LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcDisposeThreadSafeContext() argument
687 delete unwrap(TSCtx); in LLVMOrcDisposeThreadSafeContext()
700 LLVMOrcThreadSafeContextRef TSCtx) { in LLVMOrcCreateNewThreadSafeModule() argument
702 new ThreadSafeModule(std::unique_ptr<Module>(unwrap(M)), *unwrap(TSCtx))); in LLVMOrcCreateNewThreadSafeModule()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/lli/
H A Dlli.cpp818 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() argument
820 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
833 return orc::ThreadSafeModule(std::move(M), std::move(TSCtx)); in loadModule()
840 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcJIT() local
841 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1020 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/lli/
H A Dlli.cpp818 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() argument
820 auto M = parseIRFile(Path, Err, *TSCtx.getContext()); in loadModule()
833 return orc::ThreadSafeModule(std::move(M), std::move(TSCtx)); in loadModule()
840 orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>()); in runOrcJIT() local
841 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1020 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()

12345678