Home
last modified time | relevance | path

Searched refs:ExprOperand (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h55 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()
H A DDwarfExpression.cpp324 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
498 std::optional<DIExpression::ExprOperand> PrevConvertOp; in addExpression()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2718 class ExprOperand {
2722 ExprOperand() = default;
2723 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function
2750 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1715 Expr *ExprOperand; member
1740 return getLocalData()->ExprOperand; in getAttrExprOperand()
1743 getLocalData()->ExprOperand = e; in setAttrExprOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1388 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
H A DAsmWriter.cpp2377 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()