Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h486 bool finishFunction();
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3576 bool LLParser::PerFunctionState::finishFunction() { in finishFunction() function in LLParser::PerFunctionState
6629 return PFS.finishFunction(); in parseFunctionBody()