Searched refs:ExprOperand (Results 1 – 5 of 5) sorted by relevance
56 Optional<DIExpression::ExprOperand> take() { in take()66 Optional<DIExpression::ExprOperand> peek() const { in peek()73 Optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
257 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
2388 class ExprOperand {2392 ExprOperand() = default;2393 explicit ExprOperand(const uint64_t *Op) : Op(Op) {}2420 : public std::iterator<std::input_iterator_tag, ExprOperand> {2421 ExprOperand Op;2428 const ExprOperand &operator*() const { return Op; }2429 const ExprOperand *operator->() const { return &Op; }2456 void increment() { Op = ExprOperand(getBase() + Op.getSize()); }
1652 Expr *ExprOperand; member1677 return getLocalData()->ExprOperand; in getAttrExprOperand()1680 getLocalData()->ExprOperand = e; in setAttrExprOperand()
815 unsigned DIExpression::ExprOperand::getSize() const { in getSize()