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

References

lib/ExecutionEngine/Orc/Core.cpp
 1643     OS << "JITDylib \"" << JITDylibName << "\" (ES: "
 1647       OS << " (\"" << KV.first->getName() << "\", "
 1649     OS << " ]\n"
 1653       OS << "    \"" << *KV.first << "\": ";
 1655         OS << format("0x%016" PRIx64, Addr) << ", " << KV.second.getFlags()
 1658         OS << "<not resolved> ";
 1660       OS << KV.second.getState();
 1663         OS << " (Materializer ";
 1667         OS << I->second->MU.get() << ")\n";
 1669         OS << "\n";
 1673       OS << "  MaterializingInfos entries:\n";
 1675       OS << "    \"" << *KV.first << "\":\n"
 1679         OS << Q.get() << " (" << Q->getRequiredState() << ") ";
 1680       OS << "}\n      Dependants:\n";
 1682         OS << "        " << KV2.first->getName() << ": " << KV2.second << "\n";
 1683       OS << "      Unemitted Dependencies:\n";
 1685         OS << "        " << KV2.first->getName() << ": " << KV2.second << "\n";