Searched refs:ParseFunctionHeader (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 334 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
|
D | LLParser.cpp | 360 return ParseFunctionHeader(F, false); in ParseDeclare() 370 return ParseFunctionHeader(F, true) || in ParseDefine() 2583 bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) { in ParseFunctionHeader() function in LLParser
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 452 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
|
D | LLParser.cpp | 423 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 541 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
|
D | LLParser.cpp | 488 if (ParseFunctionHeader(F, false)) in ParseDeclare() 502 return ParseFunctionHeader(F, true) || in ParseDefine() 5063 bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) { in ParseFunctionHeader() function in LLParser
|