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));
1053 Type *BitcodeReader::getTypeByID(unsigned ID) { function in class:__anon1365::BitcodeReader
1260 ResultTy = getTypeByID(Record[0]);
1273 if (Type *T = getTypeByID(Record[i]))
1279 ResultTy = getTypeByID(Record[2]);
1292 if (Type *T = getTypeByID(Record[i]))
1298 ResultTy = getTypeByID(Record[1]);
1310 if (Type *T = getTypeByID(Record[i]))
1343 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));
778 Type *BitcodeReader::getTypeByID(unsigned ID) { function in class:__anon1362::BitcodeReader
984 ResultTy = getTypeByID(Record[0]);
997 if (Type *T = getTypeByID(Record[i]))
1003 ResultTy = getTypeByID(Record[2]);
1015 if (Type *T = getTypeByID(Record[i]))
1048 if (Type *T = getTypeByID(Record[i]))
1080 if ((ResultTy = getTypeByID(Record[1])))
1088 if ((ResultTy = getTypeByID(Recor
[all...]

Completed in 107 milliseconds