HomeSort by: relevance | last modified time | path
    Searched refs:DynamicTypeInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_win.cc 46 __ubsan::DynamicTypeInfo
55 return DynamicTypeInfo(0, 0, 0);
60 return DynamicTypeInfo(0, 0, 0);
70 return DynamicTypeInfo(0, 0, 0);
73 return DynamicTypeInfo(0, 0, 0);
77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
ubsan_type_hash.h 24 class DynamicTypeInfo {
30 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN)
44 DynamicTypeInfo getDynamicTypeInfoFromObject(void *Object);
47 DynamicTypeInfo getDynamicTypeInfoFromVtable(void *Vtable);
ubsan_type_hash.cc 29 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) {
ubsan_type_hash_itanium.cc 247 __ubsan::DynamicTypeInfo
251 return DynamicTypeInfo(nullptr, 0, nullptr);
253 return DynamicTypeInfo(nullptr, Vtable->Offset, nullptr);
257 return DynamicTypeInfo(Vtable->TypeInfo->__type_name, -Vtable->Offset,
ubsan_handlers_cxx.cc 42 DynamicTypeInfo DTI = getDynamicTypeInfoFromObject((void*)Pointer);
108 DynamicTypeInfo DTI = ValidVtable
110 : DynamicTypeInfo(0, 0, 0);

Completed in 13 milliseconds