Searched refs:Compilands (Results 1 – 5 of 5) sorted by relevance
326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local327 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile()329 return Compilands->getNext(); in findOneCompilandForSourceFile()
85 Compilands.resize(Dbi->modules().getModuleCount()); in SymbolCache()605 if (Index >= Compilands.size()) in getOrCreateCompiland()608 if (Compilands[Index] == 0) { in getOrCreateCompiland()610 Compilands[Index] = in getOrCreateCompiland()614 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]); in getOrCreateCompiland()
185 static cl::opt<bool> Compilands("compilands", variable220 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable1050 if (opts::diadump::Compilands) in dumpDia()1214 if (opts::pretty::Compilands) { in dumpPretty()1218 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local1220 if (Compilands) { in dumpPretty()1226 while (auto Compiland = Compilands->getNext()) in dumpPretty()1246 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local1249 while (auto Compiland = Compilands->getNext()) in dumpPretty()1588 opts::pretty::Compilands = true; in main()[all …]
80 extern llvm::cl::opt<bool> Compilands;
61 mutable std::vector<SymIndexId> Compilands; variable