Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.h552 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
HDLLParser.cpp495 if (ParseFunctionHeader(F, false)) in ParseDeclare()
509 return ParseFunctionHeader(F, true) || in ParseDefine()
5309 bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) { in ParseFunctionHeader() function in LLParser