Searched refs:ExprOperand (Results 1 – 6 of 6) sorted by relevance
55 std::optional<DIExpression::ExprOperand> take() { in take()65 std::optional<DIExpression::ExprOperand> peek() const { in peek()72 std::optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
324 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()498 std::optional<DIExpression::ExprOperand> PrevConvertOp; in addExpression()
2718 class ExprOperand {2722 ExprOperand() = default;2723 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function2750 ExprOperand Op;2754 using value_type = ExprOperand;2763 const ExprOperand &operator*() const { return Op; }2764 const ExprOperand *operator->() const { return &Op; }2791 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
1715 Expr *ExprOperand; member1740 return getLocalData()->ExprOperand; in getAttrExprOperand()1743 getLocalData()->ExprOperand = e; in setAttrExprOperand()
1388 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
2377 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()