Home
last modified time | relevance | path

Searched refs:PESourceLineWriter (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpe_source_line_writer.cc35 PESourceLineWriter::PESourceLineWriter(const wstring& pe_file) : in PESourceLineWriter() function in google_breakpad::PESourceLineWriter
39 PESourceLineWriter::~PESourceLineWriter() { in ~PESourceLineWriter()
42 bool PESourceLineWriter::WriteSymbols(FILE* symbol_file) { in WriteSymbols()
69 bool PESourceLineWriter::GetModuleInfo(PDBModuleInfo* info) { in GetModuleInfo()
73 bool PESourceLineWriter::GetPEInfo(PEModuleInfo* info) { in GetPEInfo()
Dpe_source_line_writer.h45 class PESourceLineWriter {
47 explicit PESourceLineWriter(const wstring& pe_file);
48 ~PESourceLineWriter();
64 DISALLOW_COPY_AND_ASSIGN(PESourceLineWriter);
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms.cc43 using google_breakpad::PESourceLineWriter;
56 PESourceLineWriter pe_writer(argv[2]); in wmain()
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc712 PESourceLineWriter writer(pe_file_w);