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

References

include/llvm/ExecutionEngine/Orc/Layer.h
   87   const ThreadSafeModule &getModule() const { return TSM; }
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
   86     Parent.emitPartition(std::move(R), std::move(TSM),
lib/ExecutionEngine/Orc/Layer.cpp
   30   assert(this->TSM && "Module must not be null");
   32   MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout());
   33   this->TSM.withModuleDo([&](Module &M) {
   52   if (TSM)
   53     return TSM.withModuleDo(
   89     TSM = cloneToNewContext(TSM);
   89     TSM = cloneToNewContext(TSM);
   98   L.emit(std::move(R), std::move(TSM));