Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp355 Type *BitcodeReader::getTypeByID(unsigned ID) { in getTypeByID() function in BitcodeReader
575 ResultTy = getTypeByID(Record[0]); in ParseTypeTableBody()
587 if (Type *T = getTypeByID(Record[i])) in ParseTypeTableBody()
593 ResultTy = getTypeByID(Record[2]); in ParseTypeTableBody()
605 if (Type *T = getTypeByID(Record[i])) in ParseTypeTableBody()
638 if (Type *T = getTypeByID(Record[i])) in ParseTypeTableBody()
670 if ((ResultTy = getTypeByID(Record[1]))) in ParseTypeTableBody()
678 if ((ResultTy = getTypeByID(Record[1]))) in ParseTypeTableBody()
1066 Type *Ty = getTypeByID(Record[i]); in ParseMetadata()
1338 Type *OpTy = getTypeByID(Record[1]); in ParseConstants()
[all …]
DBitcodeReader.h213 Type *getTypeByID(unsigned ID);
247 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()