Searched refs:compilands (Results 1 – 3 of 3) sorted by relevance
3 ; RUN: llvm-pdbdump -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=COMPILANDS4 ; RUN: llvm-pdbdump -types -compilands %p/../Inputs/empty.pdb | FileCheck %s -check-prefix=MULTIPLE6 ; 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.
303 CComPtr<IDiaEnumSymbols> compilands; in PrintSourceFiles() local305 nsNone, &compilands))) { in PrintSourceFiles()312 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintSourceFiles()450 CComPtr<IDiaEnumSymbols> compilands; in PrintFunctions() local452 nsNone, &compilands))) { in PrintFunctions()458 while (SUCCEEDED(compilands->Next(1, &compiland, &count)) && count == 1) { in PrintFunctions()
11 ; RUN: llvm-pdbdump -symbols -globals -exclude-compilands="FilterTest.obj" \