Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h191 static bool GetSymbolFunctionName(IDiaSymbol *function, BSTR *name,
Dpdb_source_line_writer.cc299 if (!GetSymbolFunctionName(function, &name, &stack_param_size)) { in PrintFunction()
699 if (!GetSymbolFunctionName(symbol, &name, &stack_param_size)) { in PrintCodePublicSymbol()
842 bool PDBSourceLineWriter::GetSymbolFunctionName(IDiaSymbol *function, in GetSymbolFunctionName() function in google_breakpad::PDBSourceLineWriter