HomeSort by relevance Sort by last modified time
    Searched full:__msan_memmove (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/msan/
msan_interface_internal.h 49 void* __msan_memmove(void* dest, const void* src, uptr n);
msan_interceptors.cc 115 return __msan_memmove(dest, src, n);
123 return __msan_memmove(dest, src, n);
1159 void *__msan_memmove(void *dest, const void *src, SIZE_T n) { function
    [all...]
  /external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll 248 ; CHECK: call i8* @__msan_memmove
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 290 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
    [all...]

Completed in 350 milliseconds