Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h382 # define __msan_unpoison(p, size) macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h380 # define __msan_unpoison(p, size) macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h381 # define __msan_unpoison(p, size) macro
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1411 void __msan_unpoison(const void *a, uptr size) { in __msan_unpoison() function