Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp62 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable
160 if (opts::Compilands) { in dumpInput()
165 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput() local
167 while (auto Compiland = Compilands->getNext()) in dumpInput()
185 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput() local
187 while (auto Compiland = Compilands->getNext()) in dumpInput()
239 opts::Compilands = true; in main()
Dllvm-pdbdump.h17 extern llvm::cl::opt<bool> Compilands;