Searched refs:call_memcpy (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | intercept_memcpy.cc | 7 void call_memcpy(void* (*f)(void *, const void *, size_t), in call_memcpy() function 15 call_memcpy(&memcpy, buff2, buff1, 5); in main() 22 call_memcpy(&memcpy, buff2, buff1, 6); in main()
|
D | dll_intercept_memcpy_indirect.cc | 8 void call_memcpy(void* (*f)(void *, const void *, size_t), in call_memcpy() function 17 call_memcpy(&memcpy, buff2, buff1, 5); in test_function() 24 call_memcpy(&memcpy, buff2, buff1, 6); in test_function()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | libcall.ll | 5 define hidden void @call_memcpy(i8* align 4 %a, i8* align 4 %b) {
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | global.ll | 21 ; CHECK-LABEL: call_memcpy: 27 define i8* @call_memcpy(i8* %p, i8* nocapture readonly %q, i32 %n) {
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.def | 28 X(call_memcpy, "memcpy") \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | global.ll | 21 ; CHECK-LABEL: call_memcpy: 27 define i8* @call_memcpy(i8* %p, i8* nocapture readonly %q, i32 %n) {
|