Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp723 unsigned getVirtualTypeID(Type *Ty, ArrayRef<unsigned> ContainedTypeIDs = {});
1465 unsigned BitcodeReader::getVirtualTypeID(Type *Ty, in getVirtualTypeID() function in BitcodeReader
3222 unsigned Int32TyID = getVirtualTypeID(CurTy); in parseConstants()
4164 ValueList.push_back(NewGV, getVirtualTypeID(NewGV->getType(), TyID)); in parseGlobalVarRecord()
4379 ValueList.push_back(Func, getVirtualTypeID(Func->getType(), FTyID)); in parseFunctionRecord()
4476 ValueList.push_back(NewGA, getVirtualTypeID(NewGA->getType(), TypeID)); in parseGlobalIndirectSymbolRecord()
5288 ResTypeID = getVirtualTypeID(I->getType()->getScalarType(), ResTypeID); in parseFunctionBody()
5290 ResTypeID = getVirtualTypeID(I->getType(), ResTypeID); in parseFunctionBody()
5401 getVirtualTypeID(CondType), Cond, CurBB)) in parseFunctionBody()
5498 getVirtualTypeID(I->getType(), getContainedTypeID(Vec1TypeID)); in parseFunctionBody()
[all …]