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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp400 std::map<std::string, unsigned> GCMap; local
429 unsigned &Entry = GCMap[F.getGC()];
433 Entry = GCMap.size();
506 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp398 std::map<std::string, unsigned> GCMap; local
427 unsigned &Entry = GCMap[F.getGC()];
431 Entry = GCMap.size();
504 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp411 std::map<std::string, unsigned> GCMap; local
440 unsigned &Entry = GCMap[F.getGC()];
444 Entry = GCMap.size();
518 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0);

Completed in 526 milliseconds