Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6425 std::vector<Type*> ParamTypeList; in parseFunctionHeader() local
6429 ParamTypeList.push_back(Arg.Ty); in parseFunctionHeader()
6440 FunctionType *FT = FunctionType::get(RetType, ParamTypeList, IsVarArg); in parseFunctionHeader()