HomeSort by relevance Sort by last modified time
    Searched full:__memset_chk (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/llvm/test/Transforms/InstCombine/
memset_chk-1.ll 1 ; Test lib call simplification of __memset_chk calls with various values
19 call i8* @__memset_chk(i8* %dst, i32 0, i64 1824, i64 1824)
28 call i8* @__memset_chk(i8* %dst, i32 0, i64 1824, i64 3648)
37 call i8* @__memset_chk(i8* %dst, i32 0, i64 1824, i64 -1)
47 ; CHECK-NEXT: call i8* @__memset_chk
48 call i8* @__memset_chk(i8* %dst, i32 0, i64 1824, i64 400)
56 ; CHECK-NEXT: call i8* @__memset_chk
57 call i8* @__memset_chk(i8* %dst, i32 0, i64 1824, i64 0)
61 declare i8* @__memset_chk(i8*, i32, i64, i64)
memset_chk-2.ll 1 ; Test that lib call simplification doesn't simplify __memset_chk calls
15 ; CHECK-NEXT: call i8* @__memset_chk
16 call i8* @__memset_chk(i8* %dst, i32 0, i64 1824)
20 declare i8* @__memset_chk(i8*, i32, i64)
  /external/llvm/test/CodeGen/AArch64/
arm64-memset-to-bzero.ll 45 %call = tail call i8* @__memset_chk(i8* %ptr, i32 0, i64 256, i64 %tmp)
49 declare i8* @__memset_chk(i8*, i32, i64, i64)
60 %call = tail call i8* @__memset_chk(i8* %ptr, i32 0, i64 257, i64 %tmp)
72 %call = tail call i8* @__memset_chk(i8* %ptr, i32 0, i64 %conv, i64 %tmp)
85 %call = tail call i8* @__memset_chk(i8* %ptr, i32 1, i64 256, i64 %tmp)
95 %call = tail call i8* @__memset_chk(i8* %ptr, i32 1, i64 257, i64 %tmp)
106 %call = tail call i8* @__memset_chk(i8* %ptr, i32 1, i64 %conv, i64 %tmp)
  /external/llvm/test/CodeGen/X86/
2011-05-26-UnreachableBlockElim.ll 13 declare void @__memset_chk() nounwind
34 call void @__memset_chk() nounwind
39 call void @__memset_chk() nounwind
  /external/llvm/test/CodeGen/ARM/
2011-09-19-cpsr.ll 11 declare i8* @__memset_chk(i8*, i32, i32, i32) nounwind
43 %call.i.i7385 = call i8* @__memset_chk(i8* undef, i32 0, i32 %sub.i7384, i32 undef) nounwind
divmod.ll 64 %7 = tail call i8* @__memset_chk(i8* null, i32 9, i32 %5, i32 %6) nounwind
75 declare i8* @__memset_chk(i8*, i32, i32, i32) nounwind
  /bionic/libc/arch-arm/generic/bionic/
memset.S 38 ENTRY(__memset_chk) function
52 END(__memset_chk)
  /bionic/libc/arch-arm/krait/bionic/
memset.S 41 ENTRY(__memset_chk) function
59 END(__memset_chk)
  /bionic/libc/arch-x86/
x86.mk 27 bionic/__memset_chk.cpp \
  /bionic/libc/bionic/
__memset_chk.cpp 46 extern "C" void* __memset_chk (void* dest, int c, size_t n, size_t dest_len) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libssp.so 
libssp.so.0 
libssp.so.0.0.0 
  /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 
  /bionic/libc/arch-arm64/
arm64.mk 8 bionic/__memset_chk.cpp \
  /bionic/libc/arch-mips64/
mips64.mk 9 bionic/__memset_chk.cpp \
  /bionic/libc/arch-x86_64/
x86_64.mk 9 bionic/__memset_chk.cpp \
  /bionic/libc/arch-arm/cortex-a15/bionic/
memset.S 42 ENTRY(__memset_chk) function
60 END(__memset_chk)
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 39 ENTRY(__memset_chk) function
57 END(__memset_chk)
  /bionic/libc/arch-arm/denver/bionic/
memset.S 43 ENTRY(__memset_chk) function
62 END(__memset_chk)
  /bionic/libc/arch-mips/
mips.mk 27 bionic/__memset_chk.cpp \
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 60 __memset_chk
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 60 __memset_chk

Completed in 709 milliseconds

1 2 3 4