Home
last modified time | relevance | path

Searched refs:storeTag (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dmemtag_test.cpp32 EXPECT_DEATH(storeTag((uptr)0), "not supported"); in TEST()
130 EXPECT_DEBUG_DEATH(storeTag(P), ""); in TEST_F()
137 storeTag(Tagged); in TEST_F()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h232 inline void storeTag(uptr Ptr) { in storeTag() function
293 inline NORETURN void storeTag(uptr Ptr) { in storeTag() function
H A Dcombined.h1170 storeTag(UntaggedEnd); in storeEndMarker()
1183 storeTag(reinterpret_cast<uptr>(Ptr) - archMemoryTagGranuleSize()); in prepareTaggedChunk()