Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6136 std::vector<Type*> ParamTypeList; in parseFunctionHeader() local
6140 ParamTypeList.push_back(ArgList[i].Ty); in parseFunctionHeader()
6151 FunctionType *FT = FunctionType::get(RetType, ParamTypeList, IsVarArg); in parseFunctionHeader()