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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h
   47     T                val;
   69     Handle(AddrHashMap<T, kSize> *map, uptr addr);
   70     Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove);
   71     Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create);
   74     T *operator->();
   75     T &operator*();
   76     const T &operator*() const;
   82     AddrHashMap<T, kSize> *map_;
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  326 typedef AddrHashMap<CommonInterceptorMetadata, 31051> MetadataHashMap;
  334   h->type = CommonInterceptorMetadata::CIMT_FILE;