reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1038 ChunkTag LsanMetadata::tag() const { 1043 void LsanMetadata::set_tag(ChunkTag value) {projects/compiler-rt/lib/lsan/lsan_allocator.cpp
271 ChunkTag LsanMetadata::tag() const { 275 void LsanMetadata::set_tag(ChunkTag value) {projects/compiler-rt/lib/lsan/lsan_allocator.h
42 ChunkTag tag : 2;
projects/compiler-rt/lib/lsan/lsan_common.cpp158 const char *region_type, ChunkTag tag) { 344 static void FloodFillTag(Frontier *frontier, ChunkTag tag) { 667 uptr leaked_size, ChunkTag tag) {projects/compiler-rt/lib/lsan/lsan_common.h
102 ChunkTag tag); 138 const char *region_type, ChunkTag tag); 246 ChunkTag tag() const; 247 void set_tag(ChunkTag value);