Searched refs:ExprOperand (Results 1 – 12 of 12) sorted by relevance
55 Optional<DIExpression::ExprOperand> take() { in take()65 Optional<DIExpression::ExprOperand> peek() const { in peek()72 Optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
267 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()370 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
56 Optional<DIExpression::ExprOperand> take() { in take()66 Optional<DIExpression::ExprOperand> peek() const { in peek()73 Optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
309 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()464 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
2073 class ExprOperand {2077 explicit ExprOperand(const uint64_t *Op) : Op(Op) {}2099 : public std::iterator<std::input_iterator_tag, ExprOperand> {2100 ExprOperand Op;2106 const ExprOperand &operator*() const { return Op; }2107 const ExprOperand *operator->() const { return &Op; }2134 void increment() { Op = ExprOperand(getBase() + Op.getSize()); }
2352 class ExprOperand {2356 ExprOperand() = default;2357 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function2384 : public std::iterator<std::input_iterator_tag, ExprOperand> {2385 ExprOperand Op;2392 const ExprOperand &operator*() const { return Op; }2393 const ExprOperand *operator->() const { return &Op; }2420 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
2598 class ExprOperand {2602 ExprOperand() = default;2603 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function2630 : public std::iterator<std::input_iterator_tag, ExprOperand> {2631 ExprOperand Op;2638 const ExprOperand &operator*() const { return Op; }2639 const ExprOperand *operator->() const { return &Op; }2666 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
712 Expr *ExprOperand; member774 return getLocalData()->ExprOperand; in getAttrExprOperand()778 getLocalData()->ExprOperand = e; in setAttrExprOperand()
1676 Expr *ExprOperand; member1701 return getLocalData()->ExprOperand; in getAttrExprOperand()1704 getLocalData()->ExprOperand = e; in setAttrExprOperand()
551 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
833 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
1045 unsigned DIExpression::ExprOperand::getSize() const { in getSize()