Home
last modified time | relevance | path

Searched refs:kTagMask (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.h67 constexpr uptr kTagMask = (1UL << kTagBits) - 1; variable
70 constexpr uptr kAddressTagMask = kTagMask << kAddressTagShift;
82 return (p >> kAddressTagShift) & kTagMask; in GetTagFromPointer()
H A Dhwasan_allocator.cpp32 static constexpr tag_t kFallbackAllocTag = 0xBB & kTagMask;
H A Dhwasan.cpp571 static const u8 kFallbackTag = 0xBB & kTagMask;