Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h63 static const bool MaySupportMemoryTagging = true; member
92 static const bool MaySupportMemoryTagging = true; member
123 static const bool MaySupportMemoryTagging = false; member
155 static const bool MaySupportMemoryTagging = false; member
173 static const bool MaySupportMemoryTagging = false; member
H A Dmemtag.h329 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging && in allocatorSupportsMemoryTagging()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp29 static const bool MaySupportMemoryTagging = false; member
45 static const bool MaySupportMemoryTagging = false; member
61 static const bool MaySupportMemoryTagging = true; member
151 static const bool MaySupportMemoryTagging = false; member
H A Dsecondary_test.cpp25 if (!Config::MaySupportMemoryTagging || !scudo::archSupportsMemoryTagging() || in getOptionsForConfig()
87 static const bool MaySupportMemoryTagging = false; member
92 static const bool MaySupportMemoryTagging = false; member
H A Dcombined_test.cpp516 static const bool MaySupportMemoryTagging = false; member