Searched refs:GCMap (Results 1 – 8 of 8) sorted by relevance
235 getGCPointerMap(SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap);
120 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local122 delete &GCMap; in ~AsmPrinter()2597 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local2598 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()2599 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()2610 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
112 SmallVectorImpl<std::pair<unsigned, unsigned>> &GCMap) { in getGCPointerMap() argument132 GCMap.push_back(std::make_pair(B, D)); in getGCPointerMap()
198 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local200 delete &GCMap; in ~AsmPrinter()3093 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local3094 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()3095 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()3106 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
199 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local201 delete &GCMap; in ~AsmPrinter()3271 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local3272 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()3273 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()3283 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
1087 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local1116 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()1119 Entry = GCMap.size(); in writeModuleInfo()1202 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
1168 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local1197 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()1201 Entry = GCMap.size(); in writeModuleInfo()1325 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
1196 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local1229 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()1233 Entry = GCMap.size(); in writeModuleInfo()1359 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()