HomeSort by: relevance | last modified time | path
    Searched refs:Compilands (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags);
327 if (!Compilands || Compilands->getChildCount() == 0)
329 return Compilands->getNext();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp 80 Compilands.resize(Dbi->modules().getModuleCount());
596 if (Index >= Compilands.size())
599 if (Compilands[Index] == 0) {
601 Compilands[Index] =
605 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 184 static cl::opt<bool> Compilands("compilands",
216 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"),
320 "exclude-compilands", cl::desc("Exclude compilands by regular expression"),
332 "include-compilands",
333 cl::desc("Include only compilands those which match a regular expression"),
1020 if (opts::diadump::Compilands)
    [all...]
llvm-pdbutil.h 79 extern llvm::cl::opt<bool> Compilands;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
SymbolCache.h 54 mutable std::vector<SymIndexId> Compilands;

Completed in 18 milliseconds