Home
last modified time | relevance | path

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

/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-flags.test3 ; RUN: llvm-pdbdump pretty -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=COMPILAN…
4 ; RUN: llvm-pdbdump pretty -types -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=M…
6 ; Check that neither symbols nor compilands are dumped when neither argument specified.
24 ; Check that only compilands are dumped when only -compilands is specified.
33 ; Check that types and compilands are dumped when both arguments are specified.
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc303 CComPtr<IDiaEnumSymbols> compilands; in PrintSourceFiles() local
305 nsNone, &compilands))) { in PrintSourceFiles()
312 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintSourceFiles()
450 CComPtr<IDiaEnumSymbols> compilands; in PrintFunctions() local
452 nsNone, &compilands))) { in PrintFunctions()
458 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintFunctions()
/external/llvm/test/tools/llvm-pdbdump/
Dregex-filter.test11 ; RUN: llvm-pdbdump pretty -symbols -globals -exclude-compilands="FilterTest.obj" \