FreeBSD kernel kern code
CDynamicTypeCacheMissData Struct Reference
Collaboration diagram for CDynamicTypeCacheMissData:

Data Fields

struct CSourceLocation mLocation
 
struct CTypeDescriptormType
 
void * mTypeInfo
 
uint8_t mTypeCheckKind
 

Detailed Description

Definition at line 173 of file kern_ubsan.c.

Field Documentation

◆ mLocation

struct CSourceLocation CDynamicTypeCacheMissData::mLocation

Definition at line 174 of file kern_ubsan.c.

Referenced by HandleDynamicTypeCacheMiss().

◆ mType

struct CTypeDescriptor* CDynamicTypeCacheMissData::mType

Definition at line 175 of file kern_ubsan.c.

Referenced by HandleDynamicTypeCacheMiss().

◆ mTypeCheckKind

uint8_t CDynamicTypeCacheMissData::mTypeCheckKind

Definition at line 177 of file kern_ubsan.c.

Referenced by HandleDynamicTypeCacheMiss().

◆ mTypeInfo

void* CDynamicTypeCacheMissData::mTypeInfo

Definition at line 176 of file kern_ubsan.c.


The documentation for this struct was generated from the following file: