Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching refs:GCMap

405   std::map<std::string, unsigned> GCMap;
435 unsigned &Entry = GCMap[F->getGC()];
439 Entry = GCMap.size();
513 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);