Home
last modified time | relevance | path

Searched refs:__asan_check_store (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dinstrumentstore.ll29 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg8, i32 1)
31 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg16, i32 2)
33 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg32, i32 4)
35 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg64, i32 8)
37 ; DUMP-NEXT: call void @__asan_check_store(i32 %arg128, i32 16)
Delidelocalchecks.ll89 ; DUMP: call void @__asan_check_store(i32 %off8, i32 1)
91 ; DUMP-NEXT: call void @__asan_check_store(i32 %off16, i32 2)
93 ; DUMP-NEXT: call void @__asan_check_store(i32 %off32, i32 4)
Dlocalreplacement.ll50 ; DUMP-NEXT: call void @__asan_check_store(i32 %store_loc, i32 4)
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c98 void __asan_check_store(char *, int);
163 void __asan_check_store(char *ptr, int size) { in __asan_check_store() function