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.h222 static bool GetSymbolFunctionName(IDiaSymbol *function, BSTR *name,
Dpdb_source_line_writer.cc267 if (!GetSymbolFunctionName(function, &name, &stack_param_size)) { in PrintFunction()
815 if (!GetSymbolFunctionName(symbol, &name, &stack_param_size)) { in PrintCodePublicSymbol()
923 bool PDBSourceLineWriter::GetSymbolFunctionName(IDiaSymbol *function, in GetSymbolFunctionName() function in google_breakpad::PDBSourceLineWriter