Searched refs:GenerateRandomTag (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp33 for (tag_t i = 0, e = GenerateRandomTag(); i != e; ++i)
110 tag_t Thread::GenerateRandomTag() { function in class:__hwasan::Thread
H A Dhwasan_thread.h53 tag_t GenerateRandomTag();
H A Dhwasan_allocator.cpp88 tail_magic[i] = GetCurrentThread()->GenerateRandomTag();
153 tag_t tag = t ? t->GenerateRandomTag() : kFallbackAllocTag;
224 t ? t->GenerateRandomTag() : kFallbackFreeTag);
H A Dhwasan.cpp600 return t->GenerateRandomTag();

Completed in 382 milliseconds