Home
last modified time | relevance | path

Searched refs:ValidVtable (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc763 bool ValidVtable, in __ubsan_handle_cfi_bad_type_default() argument
773 bool ValidVtable, ReportOptions Opts);
777 bool ValidVtable, ReportOptions Opts) {
786 uptr ValidVtable) { in __ubsan_handle_cfi_check_fail() argument
791 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts); in __ubsan_handle_cfi_check_fail()
796 uptr ValidVtable) { in __ubsan_handle_cfi_check_fail_abort() argument
801 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts); in __ubsan_handle_cfi_check_fail_abort()
H A Dubsan_handlers_cxx.cc100 bool ValidVtable, ReportOptions Opts) { in __ubsan_handle_cfi_bad_type() argument
108 DynamicTypeInfo DTI = ValidVtable in __ubsan_handle_cfi_bad_type()
H A Dubsan_handlers.h222 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc753 bool ValidVtable, in __ubsan_handle_cfi_bad_type_default() argument
763 bool ValidVtable, ReportOptions Opts);
767 bool ValidVtable, ReportOptions Opts) {
791 uptr ValidVtable) { in __ubsan_handle_cfi_check_fail() argument
796 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts); in __ubsan_handle_cfi_check_fail()
801 uptr ValidVtable) { in __ubsan_handle_cfi_check_fail_abort() argument
806 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts); in __ubsan_handle_cfi_check_fail_abort()
H A Dubsan_handlers_cxx.cc99 bool ValidVtable, ReportOptions Opts) { in __ubsan_handle_cfi_bad_type() argument
107 DynamicTypeInfo DTI = ValidVtable in __ubsan_handle_cfi_bad_type()
H A Dubsan_handlers.h226 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp876 bool ValidVtable, in __ubsan_handle_cfi_bad_type_default() argument
886 bool ValidVtable, ReportOptions Opts);
890 bool ValidVtable, ReportOptions Opts) {
914 uptr ValidVtable) { in __ubsan_handle_cfi_check_fail() argument
919 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts); in __ubsan_handle_cfi_check_fail()
924 uptr ValidVtable) { in __ubsan_handle_cfi_check_fail_abort() argument
929 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts); in __ubsan_handle_cfi_check_fail_abort()
H A Dubsan_handlers_cxx.cpp99 bool ValidVtable, ReportOptions Opts) { in __ubsan_handle_cfi_bad_type() argument
107 DynamicTypeInfo DTI = ValidVtable in __ubsan_handle_cfi_bad_type()
H A Dubsan_handlers.h239 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp2813 llvm::Value *ValidVtable = Builder.CreateCall( in EmitVTablePtrCheck() local
2816 StaticData, {CastedVTable, ValidVtable}); in EmitVTablePtrCheck()
H A DItaniumCXXABI.cpp783 llvm::Value *ValidVtable = Builder.CreateCall( in EmitLoadOfMemberFunctionPointer() local
787 {VTable, ValidVtable}); in EmitLoadOfMemberFunctionPointer()
H A DCGExpr.cpp3437 llvm::Value *ValidVtable = Builder.CreateZExt( in EmitCfiCheckFail() local
3457 {Data, Addr, ValidVtable}); in EmitCfiCheckFail()