Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h543 bool parseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &IsVarArg);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2481 bool LLParser::parseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, in parseArgumentList() function in LLParser
2574 if (parseArgumentList(ArgList, IsVarArg)) in parseFunctionType()
5535 if (parseArgumentList(ArgList, IsVarArg) || in parseFunctionHeader()