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

References

include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
  396     assert(!LinkedObjects.count(K) && "VModuleKey already in use");
  400     LinkedObjects[K] = createLinkedObject(
  416     assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
  418     LinkedObjects.erase(K);
  427     for (auto &KV : LinkedObjects)
  445     assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
  446     return LinkedObjects[K]->getSymbol(Name, ExportedSymbolsOnly);
  453     assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
  454     LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr);
  461     assert(LinkedObjects.count(K) && "VModuleKey not associated with object");
  462     return LinkedObjects[K]->finalize();