Searched refs:GetModuleInfo (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.h122 bool GetModuleInfo(PDBModuleInfo *info);
H A Dpdb_source_line_writer.cc791 if (GetModuleInfo(&info) && info.cpu == L"x86_64") {
830 if (!GetModuleInfo(&info)) {
1147 bool PDBSourceLineWriter::GetModuleInfo(PDBModuleInfo *info) { function in class:google_breakpad::PDBSourceLineWriter
/external/google-breakpad/src/tools/windows/symupload/
H A Dsymupload.cc154 return writer.GetModuleInfo(pdb_info);

Completed in 62 milliseconds