Searched refs:cv_record_ (Results 1 – 2 of 2) sorted by relevance
1850 cv_record_(NULL), in MinidumpModule()1858 delete cv_record_; in ~MinidumpModule()1867 delete cv_record_; in Read()1868 cv_record_ = NULL; in Read()2007 if (cv_record_ && cv_record_signature_ == MD_CVINFOELF_SIGNATURE) { in code_identifier()2009 reinterpret_cast<const MDCVInfoELF*>(&(*cv_record_)[0]); in code_identifier()2013 build_id_index < (cv_record_->size() - MDCVInfoELF_minsize); in code_identifier()2062 if (cv_record_) { in debug_file()2066 reinterpret_cast<const MDCVInfoPDB70*>(&(*cv_record_)[0]); in debug_file()2074 reinterpret_cast<const MDCVInfoPDB20*>(&(*cv_record_)[0]); in debug_file()[all …]
483 vector<uint8_t>* cv_record_; variable