Home
last modified time | relevance | path

Searched defs:SetShadow (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_internal_interface_test.cpp16 TEST(AddressSanitizerInternalInterface, SetShadow) { in TEST() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp197 void SetShadow(const void *ptr, uptr size, u8 value) { in SetShadow() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp29 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow() function
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp548 void SetShadow(dfsan_label label, void *addr, uptr size, dfsan_origin origin) { SetShadow() function