Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h117 class PerFunctionState; variable
121 PerFunctionState *BlockAddressPFS;
406 class PerFunctionState {
418 ~PerFunctionState();
475 PerFunctionState &PFS);
497 PerFunctionState &PFS);
500 bool parseValID(ValID &ID, PerFunctionState *PFS,
509 PerFunctionState *PFS);
532 PerFunctionState *PFS);
546 bool parseBasicBlock(PerFunctionState &PFS);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2755 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2765 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
2785 bool LLParser::PerFunctionState::finishFunction() { in finishFunction()
2871 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()
5077 PerFunctionState *PFS) { in parseDIArgList()
5742 PerFunctionState PFS(*this, Fn, FunctionNumber); in parseFunctionBody()
5772 bool LLParser::parseBasicBlock(PerFunctionState &PFS) { in parseBasicBlock()
5850 PerFunctionState &PFS) { in parseInstruction()
6095 PerFunctionState &PFS) { in parseRet()
6349 PerFunctionState &PFS) { in parseExceptionArgs()
[all …]