reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
869 auto &DepsOnOtherJITDylib = MI.UnemittedDependencies[&OtherJITDylib]; 908 MI.UnemittedDependencies.erase(&OtherJITDylib); 1062 assert(DependantMI.UnemittedDependencies.count(this) && 1065 assert(DependantMI.UnemittedDependencies[this].count(Name) && 1068 DependantMI.UnemittedDependencies[this].erase(Name); 1069 if (DependantMI.UnemittedDependencies[this].empty()) 1070 DependantMI.UnemittedDependencies.erase(this); 1085 DependantMI.UnemittedDependencies.empty()) { 1107 if (MI.UnemittedDependencies.empty()) { 1190 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); 1191 assert(UnemittedDepI != DependantMI.UnemittedDependencies.end() && 1197 DependantMI.UnemittedDependencies.erase(UnemittedDepI); 1212 for (auto &KV : MI.UnemittedDependencies) { 1228 MI.UnemittedDependencies.clear(); 1239 assert(MI.UnemittedDependencies.empty() && 1684 for (auto &KV2 : KV.second.UnemittedDependencies) 1798 for (auto &KV : EmittedMI.UnemittedDependencies) { 1813 &DependantMI.UnemittedDependencies[&DependencyJD];