Searched refs:GCMap (Results 1 – 6 of 6) sorted by relevance
111 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local113 for (gcp_map_type::iterator I = GCMap.begin(), E = GCMap.end(); I != E; ++I) in ~AsmPrinter()115 delete &GCMap; in ~AsmPrinter()2075 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local2076 gcp_map_type::iterator GCPI = GCMap.find(S); in GetOrCreateGCPrinter()2077 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()2088 GCMap.insert(std::make_pair(S, GMP)); in GetOrCreateGCPrinter()
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()
193 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local195 delete &GCMap; in ~AsmPrinter()2935 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local2936 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()2937 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()2948 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
404 std::map<std::string, unsigned> GCMap; in WriteModuleInfo() local434 unsigned &Entry = GCMap[F->getGC()]; in WriteModuleInfo()438 Entry = GCMap.size(); in WriteModuleInfo()512 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0); in WriteModuleInfo()
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()
1124 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local1153 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()1157 Entry = GCMap.size(); in writeModuleInfo()1278 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()