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

References

projects/compiler-rt/lib/tsan/rtl/tsan_external.cpp
   36   TagData *tag_data = GetTagData(tag);
   41   TagData *tag_data = GetTagData(tag);
   52   if (pc_ptr < GetTagData(0) || pc_ptr > GetTagData(tag_count - 1))
   52   if (pc_ptr < GetTagData(0) || pc_ptr > GetTagData(tag_count - 1))
   54   return (TagData *)pc_ptr - GetTagData(0);
   78   GetTagData(new_tag)->object_type = internal_strdup(object_type);
   81   GetTagData(new_tag)->header = internal_strdup(header);
   90       (atomic_uintptr_t *)&GetTagData((uptr)tag)->header;