Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
497 std::optional<DIExpression::ExprOperand> PrevConvertOp; in addExpression()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2668 class ExprOperand {
2672 ExprOperand() = default;
2673 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function
2700 ExprOperand Op;
2704 using value_type = ExprOperand;
2713 const ExprOperand &operator*() const { return Op; }
2714 const ExprOperand *operator->() const { return &Op; }
2741 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h1709 Expr *ExprOperand; member
1734 return getLocalData()->ExprOperand; in getAttrExprOperand()
1737 getLocalData()->ExprOperand = e; in setAttrExprOperand()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1296 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
H A DAsmWriter.cpp2319 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()