Searched refs:PerFunctionState (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 145 class PerFunctionState; variable 149 PerFunctionState *BlockAddressPFS; 468 class PerFunctionState { 480 PerFunctionState(LLParser &p, Function &f, int functionNumber, 482 ~PerFunctionState(); 514 PerFunctionState *PFS); 520 bool parseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 521 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() 525 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() 530 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3012 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList() 3178 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles() 3541 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState 3556 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState() 3576 bool LLParser::PerFunctionState::finishFunction() { in finishFunction() 3591 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() 3632 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal() 3667 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName() 3730 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB() 3736 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB() [all …]
|