Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h228 static int GetFunctionStackParamSize(IDiaSymbol *function);
Dpdb_source_line_writer.cc274 stack_param_size = GetFunctionStackParamSize(function); in PrintFunction()
1009 int PDBSourceLineWriter::GetFunctionStackParamSize(IDiaSymbol *function) { in GetFunctionStackParamSize() function in google_breakpad::PDBSourceLineWriter