Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.cpp247 [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
/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-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2306 class ExprOperand {
2310 ExprOperand() = default;
2311 explicit ExprOperand(const uint64_t *Op) : Op(Op) {}
2338 : public std::iterator<std::input_iterator_tag, ExprOperand> {
2339 ExprOperand Op;
2346 const ExprOperand &operator*() const { return Op; }
2347 const ExprOperand *operator->() const { return &Op; }
2374 void increment() { Op = ExprOperand(getBase() + Op.getSize()); }
/external/clang/include/clang/AST/
DTypeLoc.h712 Expr *ExprOperand; member
774 return getLocalData()->ExprOperand; in getAttrExprOperand()
778 getLocalData()->ExprOperand = e; in setAttrExprOperand()
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp551 unsigned DIExpression::ExprOperand::getSize() const { in getSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp688 unsigned DIExpression::ExprOperand::getSize() const { in getSize()