Searched refs:getVirtualTypeID (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 738 unsigned getVirtualTypeID(Type *Ty, ArrayRef<unsigned> ContainedTypeIDs = {}); 1450 unsigned BitcodeReader::getVirtualTypeID(Type *Ty, in getVirtualTypeID() function in BitcodeReader 3128 unsigned Int32TyID = getVirtualTypeID(CurTy); in parseConstants() 4074 ValueList.push_back(NewGV, getVirtualTypeID(NewGV->getType(), TyID)); in parseGlobalVarRecord() 4289 ValueList.push_back(Func, getVirtualTypeID(Func->getType(), FTyID)); in parseFunctionRecord() 4386 ValueList.push_back(NewGA, getVirtualTypeID(NewGA->getType(), TypeID)); in parseGlobalIndirectSymbolRecord() 5199 ResTypeID = getVirtualTypeID(I->getType()->getScalarType(), ResTypeID); in parseFunctionBody() 5201 ResTypeID = getVirtualTypeID(I->getType(), ResTypeID); in parseFunctionBody() 5312 getVirtualTypeID(CondType), Cond, CurBB)) in parseFunctionBody() 5409 getVirtualTypeID(I->getType(), getContainedTypeID(Vec1TypeID)); in parseFunctionBody() [all …]
|