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

/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.h222 static bool GetSymbolFunctionName(IDiaSymbol *function, BSTR *name,
H A Dpdb_source_line_writer.cc267 if (!GetSymbolFunctionName(function, &name, &stack_param_size)) {
815 if (!GetSymbolFunctionName(symbol, &name, &stack_param_size)) {
923 bool PDBSourceLineWriter::GetSymbolFunctionName(IDiaSymbol *function, function in class:google_breakpad::PDBSourceLineWriter

Completed in 249 milliseconds