Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/string/memory_utils/
Dmemcpy_utils.h28 #if defined(LLVM_LIBC_MEMCPY_MONITOR)
29 extern "C" void LLVM_LIBC_MEMCPY_MONITOR(char *__restrict,
36 #if defined(LLVM_LIBC_MEMCPY_MONITOR) in CopyBlock()
37 LLVM_LIBC_MEMCPY_MONITOR(dst, src, kBlockSize); in CopyBlock()
/external/llvm-project/libc/test/src/string/memory_utils/
Dmemcpy_utils_test.cpp16 #ifndef LLVM_LIBC_MEMCPY_MONITOR
17 #error LLVM_LIBC_MEMCPY_MONITOR must be defined for this test.
74 extern "C" void LLVM_LIBC_MEMCPY_MONITOR(char *__restrict dst, in LLVM_LIBC_MEMCPY_MONITOR() function
DCMakeLists.txt16 LLVM_LIBC_MEMCPY_MONITOR=memcpy_monitor