Home
last modified time | relevance | path

Searched refs:ParseFunctionHeader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h452 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
H A DLLParser.cpp423 if (ParseFunctionHeader(F, false)) in ParseDeclare()
437 return ParseFunctionHeader(F, true) || in ParseDefine()
4548 bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) { in ParseFunctionHeader() function in LLParser
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h552 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
H A DLLParser.cpp495 if (ParseFunctionHeader(F, false)) in ParseDeclare()
509 return ParseFunctionHeader(F, true) || in ParseDefine()
5309 bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) { in ParseFunctionHeader() function in LLParser