reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cpp
   41   DynamicTypeInfo DTI = getDynamicTypeInfoFromObject((void*)Pointer);
  107   DynamicTypeInfo DTI = ValidVtable
projects/compiler-rt/lib/ubsan/ubsan_type_hash.cpp
   28 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) {
projects/compiler-rt/lib/ubsan/ubsan_type_hash.h
   43 DynamicTypeInfo getDynamicTypeInfoFromObject(void *Object);
   46 DynamicTypeInfo getDynamicTypeInfoFromVtable(void *Vtable);
projects/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
  245 __ubsan::DynamicTypeInfo