Searched refs:ExprOperand (Results 1 – 6 of 6) 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()
316 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()481 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
2611 class ExprOperand {2615 ExprOperand() = default;2616 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function2643 ExprOperand Op;2647 using value_type = ExprOperand;2656 const ExprOperand &operator*() const { return Op; }2657 const ExprOperand *operator->() const { return &Op; }2684 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
1676 Expr *ExprOperand; member1701 return getLocalData()->ExprOperand; in getAttrExprOperand()1704 getLocalData()->ExprOperand = e; in setAttrExprOperand()
1060 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
2348 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()