Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h128 class PerFunctionState; variable
132 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 …]
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2898 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2908 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 …]
/llvm-project-15.0.7/llvm/docs/
H A DXRayExample.rst87 …7 LLParser.cpp:2692:0: llvm::LLParser::ParseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*)