Searched refs:GCMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp454 std::map<std::string, unsigned> GCMap; local
483 unsigned &Entry = GCMap[F->getGC()];
487 Entry = GCMap.size();
561 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp407 std::map<std::string, unsigned> GCMap; local
437 unsigned &Entry = GCMap[F->getGC()];
441 Entry = GCMap.size();
515 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);

Completed in 22 milliseconds