Searched refs:ValidVtable (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp99 bool ValidVtable, ReportOptions Opts) {
107 DynamicTypeInfo DTI = ValidVtable
98 __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable, ReportOptions Opts) argument
H A Dubsan_handlers.cpp801 bool ValidVtable,
811 bool ValidVtable, ReportOptions Opts);
815 bool ValidVtable, ReportOptions Opts) {
824 uptr ValidVtable) {
829 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts);
834 uptr ValidVtable) {
839 __ubsan_handle_cfi_bad_type(Data, Value, ValidVtable, Opts);
799 __ubsan_handle_cfi_bad_type_default(CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable, ReportOptions Opts) argument
822 __ubsan_handle_cfi_check_fail(CFICheckFailData *Data, ValueHandle Value, uptr ValidVtable) argument
832 __ubsan_handle_cfi_check_fail_abort(CFICheckFailData *Data, ValueHandle Value, uptr ValidVtable) argument
H A Dubsan_handlers.h223 CFICheckFailData *Data, ValueHandle Vtable, bool ValidVtable,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2782 llvm::Value *ValidVtable = Builder.CreateCall( local
2785 StaticData, {CastedVTable, ValidVtable});
H A DItaniumCXXABI.cpp735 llvm::Value *ValidVtable = Builder.CreateCall( local
739 {VTable, ValidVtable});
H A DCGExpr.cpp3260 llvm::Value *ValidVtable = Builder.CreateZExt( local
3280 {Data, Addr, ValidVtable});

Completed in 148 milliseconds