Searched refs:Compilands (Results 1 – 6 of 6) sorted by relevance
113 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable435 if (opts::pretty::Compilands) { in dumpPretty()440 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local445 while (auto Compiland = Compilands->getNext()) in dumpPretty()463 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local465 while (auto Compiland = Compilands->getNext()) in dumpPretty()552 opts::pretty::Compilands = true; in main()555 opts::pretty::Compilands = true; in main()
19 extern llvm::cl::opt<bool> Compilands;
247 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local248 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile()250 return Compilands->getNext(); in findOneCompilandForSourceFile()
334 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local335 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile()337 return Compilands->getNext(); in findOneCompilandForSourceFile()
176 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable1054 if (opts::pretty::Compilands) { in dumpPretty()1058 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local1064 while (auto Compiland = Compilands->getNext()) in dumpPretty()1082 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local1085 while (auto Compiland = Compilands->getNext()) in dumpPretty()1389 opts::pretty::Compilands = true; in main()1392 opts::pretty::Compilands = true; in main()
80 extern llvm::cl::opt<bool> Compilands;