Searched refs:PerFunctionState (Results 1 – 3 of 3) sorted by relevance
128 class PerFunctionState; variable132 PerFunctionState *BlockAddressPFS;417 class PerFunctionState {429 ~PerFunctionState();461 PerFunctionState *PFS);508 PerFunctionState &PFS);511 bool parseValID(ValID &ID, PerFunctionState *PFS,521 PerFunctionState *PFS);544 PerFunctionState *PFS);558 bool parseBasicBlock(PerFunctionState &PFS);[all …]
2898 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState2908 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()2928 bool LLParser::PerFunctionState::finishFunction() { in finishFunction()3013 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()5194 PerFunctionState *PFS) { in parseDIArgList()5865 PerFunctionState PFS(*this, Fn, FunctionNumber); in parseFunctionBody()5895 bool LLParser::parseBasicBlock(PerFunctionState &PFS) { in parseBasicBlock()5973 PerFunctionState &PFS) { in parseInstruction()6218 PerFunctionState &PFS) { in parseRet()6472 PerFunctionState &PFS) { in parseExceptionArgs()[all …]
87 …7 LLParser.cpp:2692:0: llvm::LLParser::ParseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*)