Home
last modified time | relevance | path

Searched refs:__asan_poison_stack_memory (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dlifetime.ll79 ; 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)
H A Dlifetime-uar-uas.ll42 ; CHECK-NOT: __asan_poison_stack_memory
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interface.inc64 INTERFACE_FUNCTION(__asan_poison_stack_memory)
H A Dasan_interface_internal.h108 void __asan_poison_stack_memory(uptr addr, uptr size);
H A Dasan_rtl.cpp285 case 36: __asan_poison_stack_memory(0, 0); break; in force_interface_symbols()
H A Dasan_poisoning.cpp335 void __asan_poison_stack_memory(uptr addr, uptr size) { in __asan_poison_stack_memory() function
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddbg_value_direct.ll131 declare void @__asan_poison_stack_memory(i64, i64)
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dincorrect-variable-debugloc.ll314 declare void @__asan_poison_stack_memory(i64, i64)