Home
last modified time | relevance | path

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

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