Home
last modified time | relevance | path

Searched refs:stack2 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dinvalid-pointer-pairs-subtract-errors.cpp29 char stack1, stack2; in main() local
32 foo(&stack1, &stack2); in main()
H A Dinvalid-pointer-pairs-compare-errors.cpp87 char stack1, stack2; in main() local
90 foo(&stack1, &stack2); in main()
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cpp55 BufferedStackTrace stack2; in MallocStress() local
56 stack2.trace_buffer[0] = 0xb123; in MallocStress()
57 stack2.trace_buffer[1] = 0xb456; in MallocStress()
58 stack2.size = 2; in MallocStress()
83 &stack2, __asan::FROM_MALLOC); in MallocStress()
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframe-21.ll56 define void @f5(i64 %x, i64 %r3, i64 %r4, i64 %r5, i64 %r6, i64 %stack1, i64 %stack2) {
67 define void @f6(i64 %x, i64 %r3, i64 %r4, i64 %r5, i64 %r6, i64 %stack1, i64 %stack2) {
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dsection.s7 .section .note.GNU-stack2,"",%progbits
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Damdpal-callable.ll28 %stack2 = alloca float, i32 4, align 4, addrspace(5)
29 store volatile float 2.0, float addrspace(5)* %stack2
30 %val2 = load volatile float, float addrspace(5)* %stack2
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dfunc-argpassing.ll176 i32 %stack1, i128 %stack2) {
178 store i128 %stack2, i128* @var128
H A Dfunc-calls.ll118 i32 %stack1, i128 %stack2)
/llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/
H A Dpersonality.ll21 define void @stack2() sanitize_hwaddress personality void ()* @global {