Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp737 unsigned getContainedTypeID(unsigned ID, unsigned Idx = 0);
1428 unsigned BitcodeReader::getContainedTypeID(unsigned ID, unsigned Idx) { in getContainedTypeID() function in BitcodeReader
1447 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 …]