Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h544 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp527 if (parseFunctionHeader(F, false)) in parseDeclare()
541 return parseFunctionHeader(F, true) || parseOptionalFunctionMetadata(*F) || in parseDefine()
5451 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine) { in parseFunctionHeader() function in LLParser