reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
 2384     element_iterator getBase() const { return Op.get(); }
 2385     const ExprOperand &operator*() const { return Op; }
 2386     const ExprOperand *operator->() const { return &Op; }
 2413     void increment() { Op = ExprOperand(getBase() + Op.getSize()); }
 2413     void increment() { Op = ExprOperand(getBase() + Op.getSize()); }