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

References

include/llvm/ExecutionEngine/Orc/Core.h
  967     for (auto &KV : UMI->MU->getSymbols())
  984     for (auto &KV : UMI->MU->getSymbols())
lib/ExecutionEngine/Orc/Core.cpp
  806         for (auto &KV : UMI->MU->getSymbols()) {
 1337         UMII->second->MU->doDiscard(*this, UMII->first);
 1485       auto MU = std::move(UMII->second->MU);
 1609       auto MU = std::move(UMII->second->MU);
 1667         OS << I->second->MU.get() << ")\n";
 1771     UMII->second->MU->doDiscard(*this, S);