Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp70 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable
456 if (opts::Compilands) { in dumpInput()
461 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput() local
463 while (auto Compiland = Compilands->getNext()) in dumpInput()
481 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput() local
483 while (auto Compiland = Compilands->getNext()) in dumpInput()
542 opts::Compilands = true; in main()
Dllvm-pdbdump.h17 extern llvm::cl::opt<bool> Compilands;