Searched defs:getTypeByID (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp289 Type *getTypeByID(unsigned ID);
326 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
769 Type *BitcodeReader::getTypeByID(unsigned ID) { function in class:__anon1112::BitcodeReader
975 ResultTy = getTypeByID(Record[0]);
988 if (Type *T = getTypeByID(Record[i]))
994 ResultTy = getTypeByID(Record[2]);
1006 if (Type *T = getTypeByID(Record[i]))
1039 if (Type *T = getTypeByID(Record[i]))
1071 if ((ResultTy = getTypeByID(Record[1])))
1079 if ((ResultTy = getTypeByID(Recor
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp527 Type *getTypeByID(unsigned ID);
564 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
1045 Type *BitcodeReader::getTypeByID(unsigned ID) { function in class:__anon1115::BitcodeReader
1252 ResultTy = getTypeByID(Record[0]);
1265 if (Type *T = getTypeByID(Record[i]))
1271 ResultTy = getTypeByID(Record[2]);
1284 if (Type *T = getTypeByID(Record[i]))
1290 ResultTy = getTypeByID(Record[1]);
1302 if (Type *T = getTypeByID(Record[i]))
1335 if (Type *T = getTypeByID(Recor
[all...]

Completed in 45 milliseconds