Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h551 bool ParseFunctionBody(Function &Fn);
H A DLLParser.cpp504 ParseFunctionBody(*F); in ParseDefine()
5437 bool LLParser::ParseFunctionBody(Function &Fn) { in ParseFunctionBody() function in LLParser