Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h55 Optional<DIExpression::ExprOperand> take() { in take()
65 Optional<DIExpression::ExprOperand> peek() const { in peek()
72 Optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
DDwarfExpression.cpp267 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
370 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h56 Optional<DIExpression::ExprOperand> take() { in take()
66 Optional<DIExpression::ExprOperand> peek() const { in peek()
73 Optional<DIExpression::ExprOperand> peekNext() const { in peekNext()
DDwarfExpression.cpp309 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
464 Optional<DIExpression::ExprOperand> PrevConvertOp = None; in addExpression()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h2073 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()); }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2352 class ExprOperand {
2356 ExprOperand() = default;
2357 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function
2384 : public std::iterator<std::input_iterator_tag, ExprOperand> {
2385 ExprOperand Op;
2392 const ExprOperand &operator*() const { return Op; }
2393 const ExprOperand *operator->() const { return &Op; }
2420 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2598 class ExprOperand {
2602 ExprOperand() = default;
2603 explicit ExprOperand(const uint64_t *Op) : Op(Op) {} in ExprOperand() function
2630 : public std::iterator<std::input_iterator_tag, ExprOperand> {
2631 ExprOperand Op;
2638 const ExprOperand &operator*() const { return Op; }
2639 const ExprOperand *operator->() const { return &Op; }
2666 void increment() { Op = ExprOperand(getBase() + Op.getSize()); } in increment()
/external/clang/include/clang/AST/
DTypeLoc.h712 Expr *ExprOperand; member
774 return getLocalData()->ExprOperand; in getAttrExprOperand()
778 getLocalData()->ExprOperand = e; in setAttrExprOperand()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1676 Expr *ExprOperand; member
1701 return getLocalData()->ExprOperand; in getAttrExprOperand()
1704 getLocalData()->ExprOperand = e; in setAttrExprOperand()
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp551 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp833 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp1045 unsigned DIExpression::ExprOperand::getSize() const { in getSize()