Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h30 inline constexpr bool archSupportsMemoryTagging() { return true; } in archSupportsMemoryTagging() function
32 inline constexpr bool archSupportsMemoryTagging() { return false; }
43 inline constexpr bool archSupportsMemoryTagging() { return false; }
329 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging && in allocatorSupportsMemoryTagging()
H A Dsecondary.h33 struct alignas(Max<uptr>(archSupportsMemoryTagging()
45 static_assert(!archSupportsMemoryTagging() ||
H A Dcombined.h752 if (archSupportsMemoryTagging()) in iterateOverChunks()