Lines Matching refs:UnmaterializedInfos
757 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()
788 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()
793 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()
1578 assert(!UnmaterializedInfos.count(Sym) && in removeTracker()
1595 for (auto &KV : UnmaterializedInfos) { in transferTracker()
1713 auto UMII = UnmaterializedInfos.find(S); in defineImpl()
1714 assert(UMII != UnmaterializedInfos.end() && in defineImpl()
1743 UnmaterializedInfos[KV.first] = UMI; in installMaterializationUnit()
1983 assert(JD.UnmaterializedInfos.empty() && in removeJITDylib()
2669 auto UMII = JD.UnmaterializedInfos.find(Name); in OL_completeLookup()
2670 assert(UMII != JD.UnmaterializedInfos.end() && in OL_completeLookup()
2689 JD.UnmaterializedInfos.erase(KV.first); in OL_completeLookup()
2724 assert(!JD.UnmaterializedInfos.count(KV2.first) && in OL_completeLookup()
2733 JD.UnmaterializedInfos[KV2.first] = UMI; in OL_completeLookup()