Home | History | Annotate | Download | only in Writer

Lines Matching refs:GCMap

412   std::map<std::string, unsigned> GCMap;
442 unsigned &Entry = GCMap[F->getGC()];
446 Entry = GCMap.size();
520 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);