Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3993 unsigned ParamTypeID = getContainedTypeID(FTyID, i + 1); in parseFunctionRecord() local
3994 Type *PtrEltTy = getPtrElementTypeByID(ParamTypeID); in parseFunctionRecord()
4019 unsigned ParamTypeID = getContainedTypeID(FTyID, 1); in parseFunctionRecord() local
4020 Type *ByValTy = getPtrElementTypeByID(ParamTypeID); in parseFunctionRecord()