Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h615 bool parseFunctionHeader(Function *&Fn, bool IsDefine,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6309 bool LLParser::parseFunctionHeader(Function *&Fn, bool IsDefine, in parseFunctionHeader() argument
6334 if (IsDefine) in parseFunctionHeader()
6344 if (!IsDefine) in parseFunctionHeader()
6536 if (IsDefine) in parseFunctionHeader()