OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 18:09:54 GMT 2025