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

References

include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
   93       auto L = TSCtx.getLock();
   97     TSCtx = std::move(Other.TSCtx);
   97     TSCtx = std::move(Other.TSCtx);
  115       auto L = TSCtx.getLock();
  124       assert(TSCtx.getContext() &&
  136     auto Lock = TSCtx.getLock();
  145     auto Lock = TSCtx.getLock();
  156   ThreadSafeContext getContext() const { return TSCtx; }