Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1648 std::vector<std::string> GCTable; in ParseModule() local
1793 GCTable.push_back(S); in ParseModule()
1882 if (Record[8]-1 > GCTable.size()) in ParseModule()
1884 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()