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

References

include/llvm/Object/StackMapParser.h
   29     AccessorIterator(AccessorT A) : A(A) {}
   44     AccessorT& operator*() { return A; }
   45     AccessorT* operator->() { return &A; }
   48     AccessorT A;
  153     LocationAccessor next() const {
  154       return LocationAccessor(P + LocationAccessorSize);
  202     using location_iterator = AccessorIterator<LocationAccessor>;
  222     LocationAccessor getLocation(unsigned LocationIndex) const {
  225       return LocationAccessor(P + LocationOffset);
tools/llvm-readobj/StackMapPrinter.h
   45     for (const auto &Loc : R.locations()) {