Searched refs:UnemittedDependencies (Results 1 – 4 of 4) sorted by relevance
959 auto &DepsOnOtherJITDylib = MI.UnemittedDependencies[&OtherJITDylib]; in addDependencies()998 MI.UnemittedDependencies.erase(&OtherJITDylib); in addDependencies()1152 assert(DependantMI.UnemittedDependencies.count(this) && in emit()1155 assert(DependantMI.UnemittedDependencies[this].count(Name) && in emit()1158 DependantMI.UnemittedDependencies[this].erase(Name); in emit()1159 if (DependantMI.UnemittedDependencies[this].empty()) in emit()1160 DependantMI.UnemittedDependencies.erase(this); in emit()1175 DependantMI.UnemittedDependencies.empty()) { in emit()1197 if (MI.UnemittedDependencies.empty()) { in emit()1280 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in notifyFailed()[all …]
824 auto &DepsOnOtherJITDylib = MI.UnemittedDependencies[&OtherJITDylib]; in addDependencies()863 MI.UnemittedDependencies.erase(&OtherJITDylib); in addDependencies()1045 assert(DependantMI.UnemittedDependencies.count(this) && in emit()1049 assert(DependantMI.UnemittedDependencies[this].count(Name) && in emit()1052 DependantMI.UnemittedDependencies[this].erase(Name); in emit()1053 if (DependantMI.UnemittedDependencies[this].empty()) in emit()1054 DependantMI.UnemittedDependencies.erase(this); in emit()1070 DependantMI.UnemittedDependencies.empty()) { in emit()1093 if (MI.UnemittedDependencies.empty()) { in emit()1173 auto UnemittedDepI = DependantMI.UnemittedDependencies.find(&JD); in failSymbols()[all …]
935 SymbolDependenceMap UnemittedDependencies; member
1060 SymbolDependenceMap UnemittedDependencies; member