Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4138 unsigned FTyID = Record[0]; in parseFunctionRecord() local
4139 Type *FTy = getTypeByID(FTyID); in parseFunctionRecord()
4143 FTyID = getContainedTypeID(FTyID, 0); in parseFunctionRecord()
4144 FTy = getTypeByID(FTyID); in parseFunctionRecord()
4165 FunctionTypeIDs[Func] = FTyID; in parseFunctionRecord()
4172 callValueTypeCallback(Func, FTyID); in parseFunctionRecord()
4188 unsigned ParamTypeID = getContainedTypeID(FTyID, i + 1); in parseFunctionRecord()
4214 unsigned ParamTypeID = getContainedTypeID(FTyID, 1); in parseFunctionRecord()
4289 ValueList.push_back(Func, getVirtualTypeID(Func->getType(), FTyID)); in parseFunctionRecord()
4836 unsigned FTyID = FunctionTypeIDs[F]; in parseFunctionBody() local
[all …]