Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h144 class PerFunctionState; variable
148 PerFunctionState *BlockAddressPFS;
470 class PerFunctionState {
484 ~PerFunctionState();
516 PerFunctionState *PFS);
541 PerFunctionState &PFS);
563 PerFunctionState &PFS);
570 bool parseValID(ValID &ID, PerFunctionState *PFS,
580 PerFunctionState *PFS);
619 bool parseBasicBlock(PerFunctionState &PFS);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3343 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState
3358 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState()
3378 bool LLParser::PerFunctionState::finishFunction() { in finishFunction()
3469 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName()
5728 PerFunctionState *PFS) { in parseValueAsMetadata()
5805 PerFunctionState *PFS) { in convertValIDToValue()
6343 bool LLParser::parseBasicBlock(PerFunctionState &PFS) { in parseBasicBlock()
6421 PerFunctionState &PFS) { in parseInstruction()
6681 PerFunctionState &PFS) { in parseRet()
6944 PerFunctionState &PFS) { in parseExceptionArgs()
[all …]