Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h556 bool parseFunctionHeader(Function *&Fn, bool IsDefine);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp5575 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine) { in parseFunctionHeader() argument
5598 if (IsDefine) in parseFunctionHeader()
5608 if (!IsDefine) in parseFunctionHeader()
5795 if (IsDefine) in parseFunctionHeader()