HomeSort by relevance Sort by last modified time
    Searched refs:Compilands (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 247 auto Compilands = findCompilandsForSourceFile(Pattern, Flags);
248 if (!Compilands || Compilands->getChildCount() == 0)
250 return Compilands->getNext();
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.h 19 extern llvm::cl::opt<bool> Compilands;
llvm-pdbdump.cpp 113 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"),
140 "exclude-compilands", cl::desc("Exclude compilands by regular expression"),
152 "include-compilands",
153 cl::desc("Include only compilands those which match a regular expression"),
435 if (opts::pretty::Compilands) {
438 << "---COMPILANDS---";
440 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()
    [all...]

Completed in 78 milliseconds