Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3711 TyID = getContainedTypeID(TyID); in parseGlobalVarRecord()
3814 FTyID = getContainedTypeID(FTyID, 0); in parseFunctionRecord()
3997 TypeID = getContainedTypeID(TypeID); in parseGlobalIndirectSymbolRecord()
4777 TyID = getContainedTypeID(BasePtrTypeID); in parseFunctionBody()
4779 TyID = getContainedTypeID(TyID); in parseFunctionBody()
4986 ResTypeID = getContainedTypeID(VecTypeID); in parseFunctionBody()
5371 FTyID = getContainedTypeID(CalleeTypeID); in parseFunctionBody()
5413 ResTypeID = getContainedTypeID(FTyID); in parseFunctionBody()
5570 ResTypeID = getContainedTypeID(FTyID); in parseFunctionBody()
5739 TyID = getContainedTypeID(TyID); in parseFunctionBody()
[all …]