Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1547 std::vector<std::string> GCTable; in ParseModule() local
1692 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()
/external/llvm/test/Bitcode/
Dinvalid.test136 RUN: not llvm-dis -disable-output %p/Inputs/invalid-GCTable-overflow.bc 2>&1 | \
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3562 std::vector<std::string> GCTable; in parseModule() local
3764 GCTable.push_back(S); in parseModule()
3905 if (Record[8]-1 >= GCTable.size()) in parseModule()
3907 Func->setGC(GCTable[Record[8] - 1]); in parseModule()