Searched refs:UnmaterializedInfos (Results 1 – 4 of 4) sorted by relevance
879 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()902 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()906 UnmaterializedInfos[KV.first] = UMI; in replace()1411 ? UnmaterializedInfos.find(Name) in remove()1412 : UnmaterializedInfos.end(); in remove()1429 if (UMII != UnmaterializedInfos.end()) { in remove()1431 UnmaterializedInfos.erase(UMII); in remove()1552 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl()1553 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()1564 UnmaterializedInfos.erase(KV.first); in lodgeQueryImpl()[all …]
699 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()731 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()736 auto &UMIEntry = UnmaterializedInfos[KV.first]; in replace()1302 ? UnmaterializedInfos.find(Name) in remove()1303 : UnmaterializedInfos.end(); in remove()1320 if (UMII != UnmaterializedInfos.end()) { in remove()1322 UnmaterializedInfos.erase(UMII); in remove()1352 auto I = UnmaterializedInfos.find(KV.first); in dump()1353 assert(I != UnmaterializedInfos.end() && in dump()1479 UnmaterializedInfos.erase(Sym); in removeTracker()[all …]
1051 UnmaterializedInfosMap UnmaterializedInfos; variable1262 UnmaterializedInfos[KV.first] = UMI; in define()1279 UnmaterializedInfos[KV.first] = UMI; in define()
1174 UnmaterializedInfosMap UnmaterializedInfos; variable