Searched refs:PerFunctionState (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| D | LLParser.h | 136 class PerFunctionState; variable 140 PerFunctionState *BlockAddressPFS; 441 class PerFunctionState { 452 PerFunctionState(LLParser &p, Function &f, int functionNumber); 453 ~PerFunctionState(); 485 PerFunctionState *PFS); 491 bool parseValue(Type *Ty, Value *&V, PerFunctionState *PFS); 492 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() 496 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() 501 bool parseTypeAndValue(Value *&V, PerFunctionState *PFS); [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 2704 PerFunctionState &PFS, bool IsMustTailCall, in parseParameterList() 2783 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) { in parseOptionalOperandBundles() 3164 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f, in PerFunctionState() function in LLParser::PerFunctionState 3174 LLParser::PerFunctionState::~PerFunctionState() { in ~PerFunctionState() 3194 bool LLParser::PerFunctionState::finishFunction() { in finishFunction() 3209 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() 3244 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal() 3279 bool LLParser::PerFunctionState::setInstName(int NameID, in setInstName() 3342 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name, in getBB() 3348 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) { in getBB() [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | XRayExample.rst | 87 …7 LLParser.cpp:2692:0: llvm::LLParser::ParseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*)
|