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

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h32 // static const bool MaySupportMemoryTagging = false;
71 static const bool MaySupportMemoryTagging = true; member in struct:scudo::DefaultConfig
102 static const bool MaySupportMemoryTagging = true; member in struct:scudo::AndroidConfig
135 static const bool MaySupportMemoryTagging = false; member in struct:scudo::AndroidSvelteConfig
169 static const bool MaySupportMemoryTagging = false; member in struct:scudo::FuchsiaConfig
188 static const bool MaySupportMemoryTagging = false; member in struct:scudo::TrustyConfig
H A Dmemtag.h329 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging &&
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp25 if (!Config::MaySupportMemoryTagging || !scudo::archSupportsMemoryTagging() ||
87 static const bool MaySupportMemoryTagging = false; member in struct:NoCacheConfig
92 static const bool MaySupportMemoryTagging = false; member in struct:TestConfig
H A Dprimary_test.cpp33 static const bool MaySupportMemoryTagging = false; member in struct:TestConfig1
50 static const bool MaySupportMemoryTagging = false; member in struct:TestConfig2
67 static const bool MaySupportMemoryTagging = true; member in struct:TestConfig3
83 static const bool MaySupportMemoryTagging = true; member in struct:TestConfig4
175 static const bool MaySupportMemoryTagging = false; member in struct:SmallRegionsConfig
H A Dcombined_test.cpp517 static const bool MaySupportMemoryTagging = false; member in struct:DeathConfig

Completed in 215 milliseconds