Searched refs:GCMap (Results 1 – 2 of 2) sorted by relevance
196 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local198 delete &GCMap; in ~AsmPrinter()3006 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local3007 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()3008 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()3019 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
1141 std::map<std::string, unsigned> GCMap; in writeModuleInfo() local1170 unsigned &Entry = GCMap[F.getGC()]; in writeModuleInfo()1174 Entry = GCMap.size(); in writeModuleInfo()1295 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()