Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp316 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
481 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2611 class ExprOperand {
2615 ExprOperand() = default;
2616 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function
2643 ExprOperand Op;
2647 using value_type = ExprOperand;
2656 const ExprOperand &operator*() const { return Op; }
2657 const ExprOperand *operator->() const { return &Op; }
2684 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1676 Expr *ExprOperand; member
1701 return getLocalData()->ExprOperand; in getAttrExprOperand()
1704 getLocalData()->ExprOperand = e; in setAttrExprOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1060 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
H A DAsmWriter.cpp2348 for (const DIExpression::ExprOperand &Op : N->expr_ops()) { in writeDIExpression()