Searched refs:__ubsan_handle_cfi_bad_type (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h230 extern "C" SANITIZER_INTERFACE_ATTRIBUTE void __ubsan_handle_cfi_bad_type(
H A Dubsan_handlers.cpp881 WIN_WEAK_ALIAS(__ubsan_handle_cfi_bad_type, __ubsan_handle_cfi_bad_type_default)
885 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable,
889 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable,
904 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts);
914 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts);
H A Dubsan_handlers_cxx.cpp98 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, function in namespace:__ubsan

Completed in 279 milliseconds