Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h433 bool finishFunction();
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2928 bool LLParser::PerFunctionState::finishFunction() { in finishFunction() function in LLParser::PerFunctionState
5890 return PFS.finishFunction(); in parseFunctionBody()