Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1388 return getTypeByID(getContainedTypeID(ID, 0)); in getPtrElementTypeByID()
3862 TyID = getContainedTypeID(TyID); in parseGlobalVarRecord()
3985 FTyID = getContainedTypeID(FTyID, 0); in parseFunctionRecord()
4174 TypeID = getContainedTypeID(TypeID); in parseGlobalIndirectSymbolRecord()
4547 return getContainedTypeID(I, J); in parseBitcodeInto()
4987 TyID = getContainedTypeID(TyID); in parseFunctionBody()
5190 ResTypeID = getContainedTypeID(VecTypeID); in parseFunctionBody()
5624 ResTypeID = getContainedTypeID(FTyID); in parseFunctionBody()
5779 ResTypeID = getContainedTypeID(FTyID); in parseFunctionBody()
5948 TyID = getContainedTypeID(TyID); in parseFunctionBody()
[all …]