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

References

include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  206     assert(!ModuleMap.count(K) && "VModuleKey K already in use");
  207     ModuleMap[K] =
  217     auto I = ModuleMap.find(K);
  218     assert(I != ModuleMap.end() && "VModuleKey K not valid here");
  220     ModuleMap.erase(I);
  236     for (auto &KV : ModuleMap)
  248     assert(ModuleMap.count(K) && "VModuleKey K not valid here");
  249     return ModuleMap[K]->find(Name, ExportedSymbolsOnly, BaseLayer);
  255     assert(ModuleMap.count(K) && "VModuleKey K not valid here");
  256     return ModuleMap[K]->emitAndFinalize(BaseLayer);