Home
last modified time | relevance | path

Searched refs:getMaySupportMemoryTagging (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config_wrapper.h59 static constexpr bool getMaySupportMemoryTagging() {
60 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging();
91 static constexpr bool getMaySupportMemoryTagging() {
92 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging();
103 static constexpr bool getMaySupportMemoryTagging() {
104 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging();
H A Dmemtag.h334 return archSupportsMemoryTagging() && Config::getMaySupportMemoryTagging() &&
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dallocator_config_test.cpp28 static bool getMaySupportMemoryTagging() { return MaySupportMemoryTagging; } in getMaySupportMemoryTagging() function
82 EXPECT_FALSE(scudo::BaseConfig<TestBaseConfig>::getMaySupportMemoryTagging()); in TEST()
84 TestBaseConfigEnableOptionalFlag>::getMaySupportMemoryTagging(), in TEST()
85 TestBaseConfigEnableOptionalFlag::getMaySupportMemoryTagging()); in TEST()
H A Dsecondary_test.cpp26 if (!Config::getMaySupportMemoryTagging() || in getOptionsForConfig()