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.cpp722 unsigned getContainedTypeID(unsigned ID, unsigned Idx = 0);
1443 unsigned BitcodeReader::getContainedTypeID(unsigned ID, unsigned Idx) { in getContainedTypeID() function in BitcodeReader
1462 return getTypeByID(getContainedTypeID(ID, 0)); in getPtrElementTypeByID()
3530 BaseTypeID = getContainedTypeID(BaseTypeID, 0); in parseConstants()
4110 TyID = getContainedTypeID(TyID); in parseGlobalVarRecord()
4214 [this](unsigned I, unsigned J) { return getContainedTypeID(I, J); }); in callValueTypeCallback()
4233 FTyID = getContainedTypeID(FTyID, 0); in parseFunctionRecord()
4278 unsigned ParamTypeID = getContainedTypeID(FTyID, i + 1); in parseFunctionRecord()
4304 unsigned ParamTypeID = getContainedTypeID(FTyID, 1); in parseFunctionRecord()
4422 TypeID = getContainedTypeID(TypeID); in parseGlobalIndirectSymbolRecord()
[all …]