Searched refs:getContainedTypeID (Results 1 – 1 of 1) sorted by relevance
710 unsigned getContainedTypeID(unsigned ID, unsigned Idx = 0);1339 unsigned BitcodeReader::getContainedTypeID(unsigned ID, unsigned Idx) { in getContainedTypeID() function in BitcodeReader1358 Type *ElemTy = getTypeByID(getContainedTypeID(ID, 0)); in getPtrElementTypeByID()3264 BaseTypeID = getContainedTypeID(BaseTypeID, 0); in parseConstants()3833 TyID = getContainedTypeID(TyID); in parseGlobalVarRecord()3929 [this](unsigned I, unsigned J) { return getContainedTypeID(I, J); }); in callValueTypeCallback()3948 FTyID = getContainedTypeID(FTyID, 0); in parseFunctionRecord()3993 unsigned ParamTypeID = getContainedTypeID(FTyID, i + 1); in parseFunctionRecord()4019 unsigned ParamTypeID = getContainedTypeID(FTyID, 1); in parseFunctionRecord()4136 TypeID = getContainedTypeID(TypeID); in parseGlobalIndirectSymbolRecord()[all …]