Home
last modified time | relevance | path

Searched refs:PrintCodePublicSymbol (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h140 bool PrintCodePublicSymbol(IDiaSymbol *symbol, bool has_multiple_symbols);
Dpdb_source_line_writer.cc445 if (!PrintCodePublicSymbol(symbol, it->second.is_multiple)) in PrintFunctions()
682 bool PDBSourceLineWriter::PrintCodePublicSymbol(IDiaSymbol *symbol, in PrintCodePublicSymbol() function in google_breakpad::PDBSourceLineWriter