Home
last modified time | relevance | path

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

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