Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5281 std::vector<Type*> ParamTypeList; in ParseFunctionHeader() local
5285 ParamTypeList.push_back(ArgList[i].Ty); in ParseFunctionHeader()
5297 FunctionType::get(RetType, ParamTypeList, isVarArg); in ParseFunctionHeader()