Searched refs:UnmaterializedInfos (Results 1 – 2 of 2) sorted by relevance
721 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()753 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()758 auto &UMIEntry = UnmaterializedInfos[KV.first]; in replace()1329 ? UnmaterializedInfos.find(Name) in remove()1330 : UnmaterializedInfos.end(); in remove()1347 if (UMII != UnmaterializedInfos.end()) { in remove()1349 UnmaterializedInfos.erase(UMII); in remove()1379 auto I = UnmaterializedInfos.find(KV.first); in dump()1380 assert(I != UnmaterializedInfos.end() && in dump()1510 UnmaterializedInfos.erase(Sym); in removeTracker()[all …]
1179 UnmaterializedInfosMap UnmaterializedInfos; variable