Searched refs:GCMap (Results 1 – 2 of 2) sorted by relevance
110 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in ~AsmPrinter() local112 for (gcp_map_type::iterator I = GCMap.begin(), E = GCMap.end(); I != E; ++I) in ~AsmPrinter()114 delete &GCMap; in ~AsmPrinter()2152 gcp_map_type &GCMap = getGCMap(GCMetadataPrinters); in GetOrCreateGCPrinter() local2153 gcp_map_type::iterator GCPI = GCMap.find(S); in GetOrCreateGCPrinter()2154 if (GCPI != GCMap.end()) in GetOrCreateGCPrinter()2165 GCMap.insert(std::make_pair(S, GMP)); in GetOrCreateGCPrinter()
453 std::map<std::string, unsigned> GCMap; in WriteModuleInfo() local483 unsigned &Entry = GCMap[F->getGC()]; in WriteModuleInfo()487 Entry = GCMap.size(); in WriteModuleInfo()562 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0); in WriteModuleInfo()