Home
last modified time | relevance | path

Searched refs:VtablePtr (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc30 void *VtablePtr = *reinterpret_cast<void **>(Object); in getDynamicTypeInfoFromObject() local
31 return getDynamicTypeInfoFromVtable(VtablePtr); in getDynamicTypeInfoFromObject()
Dubsan_type_hash_itanium.cc220 void *VtablePtr = *reinterpret_cast<void **>(Object); in checkDynamicType() local
221 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType()
246 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
247 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable()
Dubsan_type_hash_win.cc47 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
53 ((CompleteObjectLocator**)VtablePtr)-1; in getDynamicTypeInfoFromVtable()