/external/llvm/test/Transforms/InstCombine/ |
D | strcpy_chk-1.ll | 1 ; Test lib call simplification of __strcpy_chk calls with various values 21 %ret = call i8* @__strcpy_chk(i8* %dst, i8* %src, i32 60) 32 %ret = call i8* @__strcpy_chk(i8* %dst, i8* %src, i32 12) 43 %ret = call i8* @__strcpy_chk(i8* %dst, i8* %src, i32 -1) 56 %ret = call i8* @__strcpy_chk(i8* %dst, i8* %src, i32 -1) 71 %ret = call i8* @__strcpy_chk(i8* %dst, i8* %src, i32 %len) 82 ; CHECK-NEXT: %ret = call i8* @__strcpy_chk(i8* getelementptr inbounds ([60 x i8], [60 x i8]* @a, i… 85 %ret = call i8* @__strcpy_chk(i8* %dst, i8* %dst, i32 %len) 96 ; CHECK-NEXT: %ret = call i8* @__strcpy_chk(i8* getelementptr inbounds ([60 x i8], [60 x i8]* @a, i… 98 %ret = call i8* @__strcpy_chk(i8* %dst, i8* %src, i32 8) [all …]
|
D | strcpy_chk-2.ll | 1 ; Test that lib call simplification doesn't simplify __strcpy_chk calls 16 ; CHECK-NEXT: call i16* @__strcpy_chk 17 call i16* @__strcpy_chk(i16* %dst, i8* %src, i32 8) 21 declare i16* @__strcpy_chk(i16*, i8*, i32)
|
D | strcpy_chk-64.ll | 7 ; CHECK: @__strcpy_chk(i8* %arraydecay, i8* %i, i64 32) 11 %call = call i8* @__strcpy_chk(i8* %arraydecay, i8* %i, i64 32) 16 declare i8* @__strcpy_chk(i8*, i8*, i64) nounwind
|
D | stpcpy_chk-2.ll | 16 ; CHECK-NEXT: call i16* @__strcpy_chk 17 call i16* @__strcpy_chk(i16* %dst, i8* %src, i32 8) 21 declare i16* @__strcpy_chk(i16*, i8*, i32)
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | strcpy_chk-64.ll | 7 ; CHECK: @__strcpy_chk(i8* %arraydecay, i8* %i, i64 32) 11 %call = call i8* @__strcpy_chk(i8* %arraydecay, i8* %i, i64 32) 16 declare i8* @__strcpy_chk(i8*, i8*, i64) nounwind
|
D | strcpy_chk.ll | 9 …%call = call i8* @__strcpy_chk(i8* getelementptr inbounds ([60 x i8]* @a, i32 0, i32 0), i8* getel… 13 declare i8* @__strcpy_chk(i8*, i8*, i32) nounwind
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | object-size.ll | 23 …%call = call i8* @__strcpy_chk(i8* %tmp1, i8* getelementptr inbounds ([3 x i8]* @.str, i32 0, i32 … 38 declare i8* @__strcpy_chk(i8*, i8*, i64) ssp 51 %call = call i8* @__strcpy_chk(i8* %tmp, i8* %tmp1, i64 %0) ssp ; <i8*> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | object-size.ll | 23 …%call = call i8* @__strcpy_chk(i8* %tmp1, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @.str, i… 38 declare i8* @__strcpy_chk(i8*, i8*, i64) ssp 51 %call = call i8* @__strcpy_chk(i8* %tmp, i8* %tmp1, i64 %0) ssp ; <i8*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | StrCpy.ll | 12 declare i8* @__strcpy_chk(i8*, i8*, i32) nounwind 34 %rslt1 = call i8* @__strcpy_chk(i8* %arg1, i8* %arg2, i32 %tmp1)
|
/external/llvm/test/CodeGen/Thumb/ |
D | 2009-08-12-RegInfoAssert.ll | 6 declare i8* @__strcpy_chk(i8*, i8*, i32) nounwind 13 %1 = call i8* @__strcpy_chk(i8* %0, i8* %tag, i32 -1) nounwind; <i8*> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
D | 2009-08-12-RegInfoAssert.ll | 6 declare i8* @__strcpy_chk(i8*, i8*, i32) nounwind 13 %1 = call i8* @__strcpy_chk(i8* %0, i8* %tag, i32 -1) nounwind; <i8*> [#uses=0]
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 130 #define __strcpy_chk BUILTIN(__strcpy_chk) macro 131 char *__strcpy_chk(char *restrict s1, const char *restrict s2, size_t destlen); function 133 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1)
|
D | string.c | 253 #define __strcpy_chk BUILTIN(__strcpy_chk) macro 254 char *__strcpy_chk(char *restrict s1, const char *restrict s2, size_t destlen); 256 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1)
|
/external/valgrind/ |
D | glibc-2.4.supp | 64 Fedora-Core-5-__strcpy_chk-64bit-hack-TODO-fix-this-properly 66 fun:__strcpy_chk
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-2012-07-11-InstrEmitterBug.ll | 12 declare i8* @__strcpy_chk(i8*, i8*, i64) nounwind optsize
|
/external/clang/test/CodeGen/ |
D | builtins.c | 106 V(__strcpy_chk, (s0, s1, n)); in main()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 230 /// char *__strcpy_chk(char *s1, const char *s2, size_t s1size); 232 TLI_DEFINE_STRING_INTERNAL("__strcpy_chk")
|
/external/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 44 __strcpy_chk __strncpy_chk __strcat_chk __strncat_chk
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1429 GLIBC25___STRCPY_CHK(VG_Z_LIBC_SONAME, __strcpy_chk)
|
/external/llvm/lib/Target/ |
D | README.txt | 1843 __strcpy_chk(p, s, __builtin_objectsize(p, 0));
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 1886 __strcpy_chk(p, s, __builtin_objectsize(p, 0));
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1100 fun:__strcpy_chk=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1312 PUBLIC ed0b0 0 __strcpy_chk
|