Searched refs:getTypeByID (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp526 Type *getTypeByID(unsigned ID);
563 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
1044 Type *BitcodeReader::getTypeByID(unsigned ID) { function in class:__anon1161::BitcodeReader
1251 ResultTy = getTypeByID(Record[0]);
1264 if (Type *T = getTypeByID(Record[i]))
1270 ResultTy = getTypeByID(Record[2]);
1283 if (Type *T = getTypeByID(Record[i]))
1289 ResultTy = getTypeByID(Record[1]);
1301 if (Type *T = getTypeByID(Record[i]))
1334 if (Type *T = getTypeByID(Recor
[all...]
/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:__anon1158::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...]

Completed in 223 milliseconds