Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h376 bool ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
DLLParser.cpp1790 bool LLParser::ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList, in ParseParameterList() function in LLParser
4733 ParseParameterList(ArgList, PFS) || in ParseInvoke()
5154 ParseParameterList(ArgList, PFS, TCK == CallInst::TCK_MustTail, in ParseCall()