Searched refs:GCMap (Results 1 – 2 of 2) sorted by relevance
122 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local124 delete &GCMap; in ~AsmPrinter()2511 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local2512 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()2513 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()2524 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter()
588 std::map<std::string, unsigned> GCMap; in WriteModuleInfo() local617 unsigned &Entry = GCMap[F.getGC()]; in WriteModuleInfo()621 Entry = GCMap.size(); in WriteModuleInfo()701 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in WriteModuleInfo()