Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc29 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) { in getDynamicTypeInfoFromObject() function in __ubsan
Dubsan_type_hash.h44 DynamicTypeInfo getDynamicTypeInfoFromObject(void *Object);
Dubsan_handlers_cxx.cc42 DynamicTypeInfo DTI = getDynamicTypeInfoFromObject((void*)Pointer); in HandleDynamicTypeCacheMiss()