Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp113 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable
435 if (opts::pretty::Compilands) { in dumpPretty()
440 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local
445 while (auto Compiland = Compilands->getNext()) in dumpPretty()
463 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local
465 while (auto Compiland = Compilands->getNext()) in dumpPretty()
552 opts::pretty::Compilands = true; in main()
555 opts::pretty::Compilands = true; in main()
Dllvm-pdbdump.h19 extern llvm::cl::opt<bool> Compilands;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp247 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local
248 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile()
250 return Compilands->getNext(); in findOneCompilandForSourceFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp334 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local
335 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile()
337 return Compilands->getNext(); in findOneCompilandForSourceFile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp176 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable
1054 if (opts::pretty::Compilands) { in dumpPretty()
1058 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local
1064 while (auto Compiland = Compilands->getNext()) in dumpPretty()
1082 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local
1085 while (auto Compiland = Compilands->getNext()) in dumpPretty()
1389 opts::pretty::Compilands = true; in main()
1392 opts::pretty::Compilands = true; in main()
Dllvm-pdbutil.h80 extern llvm::cl::opt<bool> Compilands;