Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cc221 void *VtablePtr = *reinterpret_cast<void **>(Object); in checkDynamicType() local
222 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType()
247 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
248 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable()
H A Dubsan_type_hash.cc28 void *VtablePtr = *reinterpret_cast<void **>(Object); in getDynamicTypeInfoFromObject() local
29 return getDynamicTypeInfoFromVtable(VtablePtr); in getDynamicTypeInfoFromObject()
H A Dubsan_type_hash_win.cc45 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
51 ((CompleteObjectLocator**)VtablePtr)-1; in getDynamicTypeInfoFromVtable()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash_itanium.cc222 void *VtablePtr = *reinterpret_cast<void **>(Object); in checkDynamicType() local
223 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType()
248 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
249 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable()
H A Dubsan_type_hash.cc30 void *VtablePtr = *reinterpret_cast<void **>(Object); in getDynamicTypeInfoFromObject() local
31 return getDynamicTypeInfoFromVtable(VtablePtr); in getDynamicTypeInfoFromObject()
H A Dubsan_type_hash_win.cc47 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
53 ((CompleteObjectLocator**)VtablePtr)-1; in getDynamicTypeInfoFromVtable()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cpp222 void *VtablePtr = *reinterpret_cast<void **>(Object); in checkDynamicType() local
223 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType()
248 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
249 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable()
H A Dubsan_type_hash.cpp29 void *VtablePtr = *reinterpret_cast<void **>(Object); in getDynamicTypeInfoFromObject() local
30 return getDynamicTypeInfoFromVtable(VtablePtr); in getDynamicTypeInfoFromObject()
H A Dubsan_type_hash_win.cpp46 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) { in getDynamicTypeInfoFromVtable() argument
52 ((CompleteObjectLocator**)VtablePtr)-1; in getDynamicTypeInfoFromVtable()