Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h488 bool finishFunction();
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3378 bool LLParser::PerFunctionState::finishFunction() { in finishFunction() function in LLParser::PerFunctionState
6338 return PFS.finishFunction(); in parseFunctionBody()