Searched refs:GCMap (Results 1 – 5 of 5) sorted by relevance
244 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
136 SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap) { in getGCPointerMap() argument143 GCMap.push_back(std::make_pair(B, D)); in getGCPointerMap()
366 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local368 delete &GCMap; in ~AsmPrinter()3691 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local3692 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()3693 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()3703 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
1203 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local1236 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()1240 Entry = GCMap.size(); in writeModuleInfo()1329 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
1258 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local1291 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()1295 Entry = GCMap.size(); in writeModuleInfo()1423 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()