Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h616 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6020 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine, in parseFunctionHeader() argument
6044 if (IsDefine) in parseFunctionHeader()
6054 if (!IsDefine) in parseFunctionHeader()
6242 if (IsDefine) in parseFunctionHeader()