Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h550 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
H A DLLParser.cpp488 if (ParseFunctionHeader(F, false)) in ParseDeclare()
502 return ParseFunctionHeader(F, true) || in ParseDefine()
5168 bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) { in ParseFunctionHeader() function in LLParser