Home
last modified time | relevance | path

Searched refs:__ubsan_handle_pointer_overflow (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dubsan-pointer-overflow.m11 // CHECK: call void @__ubsan_handle_pointer_overflow{{.*}}
17 // CHECK: call void @__ubsan_handle_pointer_overflow{{.*}}
25 // CHECK: @__ubsan_handle_pointer_overflow{{.*}}
/llvm-project-15.0.7/llvm/test/Transforms/LoopBoundSplit/
H A Dbug51766.ll18 ; CHECK-NEXT: call void @__ubsan_handle_pointer_overflow()
40 call void @__ubsan_handle_pointer_overflow()
55 declare dso_local void @__ubsan_handle_pointer_overflow()
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dubsan.ll12 declare void @__ubsan_handle_pointer_overflow(i8*, i64, i64) uwtable
68 …call void @__ubsan_handle_pointer_overflow(i8* bitcast ({ { [19 x i8]*, i32, i32 } }* @2 to i8*), …
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_interface.inc49 INTERFACE_FUNCTION(__ubsan_handle_pointer_overflow)
H A Dubsan_handlers.cpp811 void __ubsan::__ubsan_handle_pointer_overflow(PointerOverflowData *Data, in __ubsan_handle_pointer_overflow() function in __ubsan