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; }
334 return archSupportsMemoryTagging() && Config::getMaySupportMemoryTagging() && in allocatorSupportsMemoryTagging()
H A Dsecondary.h34 struct alignas(Max<uptr>(archSupportsMemoryTagging()
46 static_assert(!archSupportsMemoryTagging() ||
H A Dcombined.h678 if (archSupportsMemoryTagging()) in iterateOverChunks()