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
   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);
   82     AddrHashMap<T, kSize> *map_;
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  326 typedef AddrHashMap<CommonInterceptorMetadata, 31051> MetadataHashMap;
projects/compiler-rt/lib/tsan/dd/dd_rtl.h
   40 typedef AddrHashMap<Mutex, 31051> MutexHashMap;
projects/compiler-rt/lib/xray/xray_interface.cpp
   80 using TypeDescriptorMapType = AddrHashMap<TypeDescription, 11>;