Home
last modified time | relevance | path

Searched refs:ChunkTag (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.h63 enum ChunkTag { enum
89 ChunkTag tag;
163 const char *region_type, ChunkTag tag);
288 ChunkTag tag() const;
289 void set_tag(ChunkTag value);
H A Dlsan_allocator.cpp287 ChunkTag LsanMetadata::tag() const { in tag()
291 void LsanMetadata::set_tag(ChunkTag value) { in set_tag()
H A Dlsan_allocator.h42 ChunkTag tag : 2;
H A Dlsan_common.cpp269 const char *region_type, ChunkTag tag) { in ScanRangeForPointers()
521 static void FloodFillTag(Frontier *frontier, ChunkTag tag) { in FloodFillTag()
788 ChunkTag tag = leak.tag; in AddLeakedChunks()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1114 ChunkTag LsanMetadata::tag() const { in tag()
1116 return static_cast<ChunkTag>(m->lsan_tag); in tag()
1119 void LsanMetadata::set_tag(ChunkTag value) { in set_tag()