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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp435 std::map<std::string, unsigned> GCMap; local
464 unsigned &Entry = GCMap[F->getGC()];
468 Entry = GCMap.size();
542 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp389 std::map<std::string, unsigned> GCMap; local
418 unsigned &Entry = GCMap[F->getGC()];
422 Entry = GCMap.size();
496 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp405 std::map<std::string, unsigned> GCMap; local
435 unsigned &Entry = GCMap[F->getGC()];
439 Entry = GCMap.size();
514 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);

Completed in 69 milliseconds