Searched refs:GCTable (Results 1 – 3 of 3) sorted by relevance
1547 std::vector<std::string> GCTable; in ParseModule() local1692 GCTable.push_back(S); in ParseModule()1775 if (Record[8]-1 > GCTable.size()) in ParseModule()1777 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
136 RUN: not llvm-dis -disable-output %p/Inputs/invalid-GCTable-overflow.bc 2>&1 | \
3562 std::vector<std::string> GCTable; in parseModule() local3764 GCTable.push_back(S); in parseModule()3905 if (Record[8]-1 >= GCTable.size()) in parseModule()3907 Func->setGC(GCTable[Record[8] - 1]); in parseModule()