Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h401 bool parseVFuncIdList(lltok::Kind Kind,
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10062 if (parseVFuncIdList(lltok::kw_typeTestAssumeVCalls, in parseOptionalTypeIdInfo()
10067 if (parseVFuncIdList(lltok::kw_typeCheckedLoadVCalls, in parseOptionalTypeIdInfo()
10138 bool LLParser::parseVFuncIdList( in parseVFuncIdList() function in LLParser