Searched refs:ExprOperand (Results 1 – 7 of 7) 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()
247 [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
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()); }
2306 class ExprOperand {2310 ExprOperand() = default;2311 explicit ExprOperand(const uint64_t *Op) : Op(Op) {}2338 : public std::iterator<std::input_iterator_tag, ExprOperand> {2339 ExprOperand Op;2346 const ExprOperand &operator*() const { return Op; }2347 const ExprOperand *operator->() const { return &Op; }2374 void increment() { Op = ExprOperand(getBase() + Op.getSize()); }
712 Expr *ExprOperand; member774 return getLocalData()->ExprOperand; in getAttrExprOperand()778 getLocalData()->ExprOperand = e; in setAttrExprOperand()
551 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
688 unsigned DIExpression::ExprOperand::getSize() const { in getSize()