Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h136 class PerFunctionState; variable
140 PerFunctionState *BlockAddressPFS;
411 class PerFunctionState {
423 ~PerFunctionState();
467 PerFunctionState &PFS) { in ParseValue()
481 PerFunctionState &PFS);
496 PerFunctionState &PFS,
505 PerFunctionState &PFS);
516 PerFunctionState *PFS);
552 bool ParseBasicBlock(PerFunctionState &PFS);
[all …]
H A DLLParser.cpp2727 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
2737 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
2757 bool LLParser::PerFunctionState::FinishFunction() { in FinishFunction()
2843 bool LLParser::PerFunctionState::SetInstName(int NameID, in SetInstName()
4931 PerFunctionState *PFS) { in ParseValueAsMetadata()
5445 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
5474 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) { in ParseBasicBlock()
5547 PerFunctionState &PFS) { in ParseInstruction()
5725 PerFunctionState &PFS) { in ParseRet()
5976 PerFunctionState &PFS) { in ParseExceptionArgs()
[all …]