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

Declarations

projects/compiler-rt/lib/ubsan/ubsan_type_hash.h
   46 DynamicTypeInfo getDynamicTypeInfoFromVtable(void *Vtable);

References

projects/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cpp
  108                             ? getDynamicTypeInfoFromVtable((void *)Vtable)
projects/compiler-rt/lib/ubsan/ubsan_type_hash.cpp
   30   return getDynamicTypeInfoFromVtable(VtablePtr);