Searched refs:getVirtualTypeID (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 711 unsigned getVirtualTypeID(Type *Ty, ArrayRef<unsigned> ContainedTypeIDs = {}); 1367 unsigned BitcodeReader::getVirtualTypeID(Type *Ty, in getVirtualTypeID() function in BitcodeReader 2971 unsigned Int32TyID = getVirtualTypeID(CurTy); in parseConstants() 3886 ValueList.push_back(NewGV, getVirtualTypeID(NewGV->getType(), TyID)); in parseGlobalVarRecord() 4093 ValueList.push_back(Func, getVirtualTypeID(Func->getType(), FTyID)); in parseFunctionRecord() 4188 ValueList.push_back(NewGA, getVirtualTypeID(NewGA->getType(), TypeID)); in parseGlobalIndirectSymbolRecord() 4982 ResTypeID = getVirtualTypeID(I->getType()->getScalarType(), ResTypeID); in parseFunctionBody() 4984 ResTypeID = getVirtualTypeID(I->getType(), ResTypeID); in parseFunctionBody() 5096 getVirtualTypeID(CondType), Cond, CurBB)) in parseFunctionBody() 5193 getVirtualTypeID(I->getType(), getContainedTypeID(Vec1TypeID)); in parseFunctionBody() [all …]
|