reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
   40   ThreadSafeContext Ctx;
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
   46   ThreadSafeContext Ctx;
include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
  109   ThreadSafeModule(std::unique_ptr<Module> M, ThreadSafeContext TSCtx)
  156   ThreadSafeContext getContext() const { return TSCtx; }
  160   ThreadSafeContext TSCtx;
lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
   54     ThreadSafeContext NewTSCtx(std::make_unique<LLVMContext>());
tools/lli/lli.cpp
  747   orc::ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
  126   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
  199   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp
   24   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
   32   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
   44   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
   61   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
   69   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
   87   ThreadSafeContext TSCtx(std::make_unique<LLVMContext>());
usr/include/c++/7.4.0/bits/move.h
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };