Home
last modified time | relevance | path

Searched refs:GetModuleInfo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dpe_source_line_writer.cc47 if (!GetModuleInfo(&module_info)) { in WriteSymbols()
72 bool PESourceLineWriter::GetModuleInfo(PDBModuleInfo* info) { in GetModuleInfo() function in google_breakpad::PESourceLineWriter
H A Dpe_source_line_writer.h55 bool GetModuleInfo(PDBModuleInfo* info);
H A Dpdb_source_line_writer.cc1044 if (GetModuleInfo(&info) && info.cpu == L"x86_64") { in PrintFrameData()
1117 if (!GetModuleInfo(&info)) { in PrintPDBInfo()
1439 bool PDBSourceLineWriter::GetModuleInfo(PDBModuleInfo* info) { in GetModuleInfo() function in google_breakpad::PDBSourceLineWriter
H A Dpdb_source_line_writer.h92 bool GetModuleInfo(PDBModuleInfo *info);
/aosp_15_r20/external/angle/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp767 if (this->GetModuleInfo(hProcess, baseAddr, &Module) != FALSE) in LoadModule()
823 BOOL GetModuleInfo(HANDLE hProcess, DWORD64 baseAddr, IMAGEHLP_MODULE64_V3* pModuleInfo) in GetModuleInfo() function in StackWalkerInternal
1218 if (this->m_sw->GetModuleInfo(this->m_hProcess, s.AddrPC.Offset, &Module) != FALSE) in ShowCallstack()
/aosp_15_r20/external/google-breakpad/src/tools/windows/symupload/
H A Dsymupload.cc162 return writer.GetModuleInfo(pdb_info); in DumpSymbolsToTempFile()
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.cc732 if (!writer.GetModuleInfo(&module_info)) {