Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h56 Optional<DIExpression::ExprOperand> take() { in take()
66 Optional<DIExpression::ExprOperand> peek() const { in peek()
73 Optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
H A DDwarfExpression.cpp324 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
497 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2615 class ExprOperand {
2619 ExprOperand() = default;
2620 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function
2647 ExprOperand Op;
2651 using value_type = ExprOperand;
2660 const ExprOperand &operator*() const { return Op; }
2661 const ExprOperand *operator->() const { return &Op; }
2688 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1708 Expr *ExprOperand; member
1733 return getLocalData()->ExprOperand; in getAttrExprOperand()
1736 getLocalData()->ExprOperand = e; in setAttrExprOperand()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1225 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
H A DAsmWriter.cpp2294 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()