Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h71 static const bool MaySupportMemoryTagging = true; member
102 static const bool MaySupportMemoryTagging = true; member
135 static const bool MaySupportMemoryTagging = false; member
169 static const bool MaySupportMemoryTagging = false; member
188 static const bool MaySupportMemoryTagging = false; member
H A Dmemtag.h329 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging && in allocatorSupportsMemoryTagging()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp33 static const bool MaySupportMemoryTagging = false; member
50 static const bool MaySupportMemoryTagging = false; member
67 static const bool MaySupportMemoryTagging = true; member
83 static const bool MaySupportMemoryTagging = true; member
175 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.cpp517 static const bool MaySupportMemoryTagging = false; member