Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp959 ResultTy = getTypeByID(Record[0]); in ParseTypeTableBody()
978 ResultTy = getTypeByID(Record[2]); in ParseTypeTableBody()
997 ResultTy = getTypeByID(Record[1]); in ParseTypeTableBody()
1220 Type *Ty = getTypeByID(Record[0]); in ParseMetadata()
1239 Type *Ty = getTypeByID(Record[i]); in ParseMetadata()
1260 Type *Ty = getTypeByID(Record[0]); in ParseMetadata()
1743 Type *OpTy = getTypeByID(Record[0]); in ParseConstants()
2146 Type *Ty = getTypeByID(Record[0]); in ParseModule()
2214 Type *Ty = getTypeByID(Record[0]); in ParseModule()
2285 Type *Ty = getTypeByID(Record[0]); in ParseModule()
[all …]
H A DBitcodeReader.h253 Type *getTypeByID(unsigned ID);
292 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()