Searched refs:getContainedTypeID (Results 1 – 1 of 1) sorted by relevance
737 unsigned getContainedTypeID(unsigned ID, unsigned Idx = 0);1428 unsigned BitcodeReader::getContainedTypeID(unsigned ID, unsigned Idx) { in getContainedTypeID() function in BitcodeReader1447 return getTypeByID(getContainedTypeID(ID, 0)); in getPtrElementTypeByID()3438 BaseTypeID = getContainedTypeID(BaseTypeID, 0); in parseConstants()4020 TyID = getContainedTypeID(TyID); in parseGlobalVarRecord()4124 [this](unsigned I, unsigned J) { return getContainedTypeID(I, J); }); in callValueTypeCallback()4143 FTyID = getContainedTypeID(FTyID, 0); in parseFunctionRecord()4188 unsigned ParamTypeID = getContainedTypeID(FTyID, i + 1); in parseFunctionRecord()4214 unsigned ParamTypeID = getContainedTypeID(FTyID, 1); in parseFunctionRecord()4332 TypeID = getContainedTypeID(TypeID); in parseGlobalIndirectSymbolRecord()[all …]