Searched refs:UnmaterializedInfos (Results 1 – 2 of 2) sorted by relevance
758 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()789 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()794 auto &UMIEntry = UnmaterializedInfos[KV.first]; in replace()1385 ? UnmaterializedInfos.find(Name) in remove()1386 : UnmaterializedInfos.end(); in remove()1405 if (UMII != UnmaterializedInfos.end()) { in remove()1407 UnmaterializedInfos.erase(UMII); in remove()1451 auto I = UnmaterializedInfos.find(KV.first); in dump()1452 assert(I != UnmaterializedInfos.end() && in dump()1576 UnmaterializedInfos.erase(Sym); in removeTracker()[all …]
1301 UnmaterializedInfosMap UnmaterializedInfos; variable