Searched refs:struct_type (Results 1 – 2 of 2) sorted by relevance
42 CompilerType struct_type) { in ProcessStructReader() argument50 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()55 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader()69 auto total_size = struct_type.GetByteSize(nullptr); in ProcessStructReader()
293 #define TW_CL_STRUCT_OFFSET(struct_type, field) \ argument294 (TW_INT8 *)(&((struct_type *)0)->field)300 #define TW_CL_STRUCT_HEAD(addr, struct_type, field) \ argument301 (struct_type *)((TW_INT8 *)addr - \302 TW_CL_STRUCT_OFFSET(struct_type, field))