/external/llvm/test/Transforms/InstCombine/ |
memmove_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __memmove_chk calls 19 ; CHECK-NEXT: call i8* @__memmove_chk 20 call i8* @__memmove_chk(i8* %dst, i8* %src, i64 1824) 24 declare i8* @__memmove_chk(i8*, i8*, i64)
|
memmove_chk-1.ll | 1 ; Test lib call simplification of __memmove_chk calls with various values 25 %ret = call i8* @__memmove_chk(i8* %dst, i8* %src, i64 1824, i64 1824) 36 %ret = call i8* @__memmove_chk(i8* %dst, i8* %src, i64 1824, i64 2848) 47 ; CHECK-NEXT: %ret = call i8* @__memmove_chk(i8* bitcast (%struct.T3* @t3 to i8*), i8* bitcast (%struct.T1* @t1 to i8*), i64 2848, i64 1824) 49 %ret = call i8* @__memmove_chk(i8* %dst, i8* %src, i64 2848, i64 1824) 58 ; CHECK-NEXT: %ret = call i8* @__memmove_chk(i8* bitcast (%struct.T1* @t1 to i8*), i8* bitcast (%struct.T2* @t2 to i8*), i64 1024, i64 0) 60 %ret = call i8* @__memmove_chk(i8* %dst, i8* %src, i64 1024, i64 0) 64 declare i8* @__memmove_chk(i8*, i8*, i64, i64)
|
memset_chk-1.ll | 73 %call50 = call i8* @__memmove_chk(i8* %b, i8* %a, i64 %add180, i64 %yo107) 87 declare i8* @__memmove_chk(i8*, i8*, i64, i64)
|
/external/llvm/test/CodeGen/X86/ |
2011-02-21-VirtRegRewriter-KillSubReg.ll | 25 %call782 = call i8* @__memmove_chk(i8* %add.ptr768, i8* undef, i32 %call747, i32 undef) 28 ; CHECK: calll __memmove_chk 30 %call.i1035 = call i8* @__memmove_chk(i8* %add.ptr768, i8* undef, i32 %call747, i32 undef) nounwind 50 declare i8* @__memmove_chk(i8*, i8*, i32, i32) nounwind
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2011-02-21-VirtRegRewriter-KillSubReg.ll | 25 %call782 = call i8* @__memmove_chk(i8* %add.ptr768, i8* undef, i32 %call747, i32 undef) 28 ; CHECK: calll __memmove_chk 30 %call.i1035 = call i8* @__memmove_chk(i8* %add.ptr768, i8* undef, i32 %call747, i32 undef) nounwind 50 declare i8* @__memmove_chk(i8*, i8*, i32, i32) nounwind
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libssp.so | |
libssp.so.0 | |
libssp.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libssp.so | |
libssp.so.0 | |
libssp.so.0.0.0 | |
/development/ndk/platforms/android-17/arch-arm/symbols/ |
libc.so.functions.txt | 58 __memmove_chk
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
libc.so.functions.txt | 40 __memmove_chk
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
libc.so.functions.txt | 40 __memmove_chk
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
libc.so.functions.txt | 58 __memmove_chk
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
libc.so.functions.txt | 40 __memmove_chk
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
libc.so.functions.txt | 40 __memmove_chk
|
/development/ndk/platforms/android-19/arch-arm/symbols/ |
libc.so.functions.txt | 58 __memmove_chk
|
/development/ndk/platforms/android-19/arch-mips/symbols/ |
libc.so.functions.txt | 40 __memmove_chk
|
/development/ndk/platforms/android-19/arch-x86/symbols/ |
libc.so.functions.txt | 40 __memmove_chk
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
libc.so.functions.txt | 44 __memmove_chk
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
libc.so.functions.txt | 44 __memmove_chk
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
libc.so.functions.txt | 44 __memmove_chk
|
/external/clang/test/Analysis/ |
bstring.c | 317 #define __memmove_chk BUILTIN(__memmove_chk) macro 318 void *__memmove_chk(void *s1, const void *s2, size_t n, size_t destlen); 320 #define memmove(a,b,c) __memmove_chk(a,b,c,(size_t)-1)
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/lib/ |
libc.so | |