Home | History | Annotate | Download | only in processor

Lines Matching refs:MDImageDebugMisc

1926       const MDImageDebugMisc* misc_record =
1927 reinterpret_cast<const MDImageDebugMisc *>(&(*misc_record_)[0]);
2197 const MDImageDebugMisc* MinidumpModule::GetMiscRecord(uint32_t* size) {
2228 // Allocating something that will be accessed as MDImageDebugMisc but
2231 // because the MDImageDebugMisc is variable-sized due to its data field;
2236 MDImageDebugMisc* misc_record =
2237 reinterpret_cast<MDImageDebugMisc*>(&(*misc_record_mem)[0]);
2253 // in practice due to the layout of MDImageDebugMisc.
2269 // return it casted to MDImageDebugMisc*.
2276 return reinterpret_cast<MDImageDebugMisc*>(&(*misc_record_)[0]);
2389 const MDImageDebugMisc* misc_record = GetMiscRecord(NULL);
2401 misc_record->length - offsetof(MDImageDebugMisc, data),