Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc310 CComPtr<IDiaSymbol> compiland; in PrintSourceFiles() local
312 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintSourceFiles()
314 if (FAILED(session_->findFile(compiland, NULL, nsNone, &source_files))) { in PrintSourceFiles()
341 compiland.Release(); in PrintSourceFiles()
457 CComPtr<IDiaSymbol> compiland; in PrintFunctions() local
458 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintFunctions()
460 if (FAILED(compiland->findChildren(SymTagBlock, NULL, in PrintFunctions()
492 compiland.Release(); in PrintFunctions()