Home
last modified time | relevance | path

Searched refs:IsDefine (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.cpp5451 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine) { in parseFunctionHeader() argument
5474 if (IsDefine) in parseFunctionHeader()
5484 if (!IsDefine) in parseFunctionHeader()
5672 if (IsDefine) in parseFunctionHeader()