Searched refs:__asan_poison_stack_memory (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | lifetime.ll | 21 ; CHECK-NOT: @__asan_poison_stack_memory 42 ; CHECK: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 4) 43 ; CHECK: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 2) 53 ; CHECK: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 40) 54 ; CHECK-NO-DYNAMIC-NOT: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 40) 61 ; CHECK: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 4) 89 ; CHECK: __asan_poison_stack_memory 106 ; CHECK-NOT: call void @__asan_poison_stack_memory
|
D | lifetime-uar-uas.ll | 28 ; CHECK-UAS: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 1) 38 ; CHECK-NOT: __asan_poison_stack_memory
|
/external/honggfuzz/examples/glibc/ |
D | wrappers.c | 50 AL(__asan_poison_stack_memory)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | lifetime-uar-uas.ll | 40 ; CHECK-NOT: __asan_poison_stack_memory
|
D | lifetime.ll | 79 ; CHECK-DEFAULT: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 40) 80 ; CHECK-NO-DYNAMIC-NOT: call void @__asan_poison_stack_memory(i64 %{{[^ ]+}}, i64 40)
|
/external/compiler-rt/lib/asan/ |
D | asan_interface_internal.h | 87 void __asan_poison_stack_memory(uptr addr, uptr size);
|
D | asan_win_dll_thunk.cc | 268 INTERFACE_FUNCTION(__asan_poison_stack_memory)
|
D | asan_poisoning.cc | 317 void __asan_poison_stack_memory(uptr addr, uptr size) { in __asan_poison_stack_memory() function
|
D | asan_rtl.cc | 301 case 36: __asan_poison_stack_memory(0, 0); break; in force_interface_symbols()
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg_value_direct.ll | 131 declare void @__asan_poison_stack_memory(i64, i64)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dbg_value_direct.ll | 131 declare void @__asan_poison_stack_memory(i64, i64)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | incorrect-variable-debugloc.ll | 316 declare void @__asan_poison_stack_memory(i64, i64)
|
/external/llvm/test/DebugInfo/Generic/ |
D | incorrect-variable-debugloc.ll | 316 declare void @__asan_poison_stack_memory(i64, i64)
|