Searched refs:cv_record_signature_ (Results 1 – 2 of 2) sorted by relevance
1710 cv_record_signature_(MD_CVINFOUNKNOWN_SIGNATURE), in MinidumpModule()1728 cv_record_signature_ = MD_CVINFOUNKNOWN_SIGNATURE; in Read()1901 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in debug_file()1909 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in debug_file()1982 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in debug_identifier()2006 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in debug_identifier()2187 cv_record_signature_ = signature; in GetCVRecord()2337 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in Print()2360 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in Print()
466 uint32_t cv_record_signature_; variable