Searched refs:Compilands (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp70 Compilands.resize(Dbi->modules().getModuleCount());
289 if (Index >= Compilands.size())
292 if (Compilands[Index] == 0) {
294 Compilands[Index] =
298 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); local
327 if (!Compilands || Compilands->getChildCount() == 0)
329 return Compilands->getNext();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h50 std::vector<SymIndexId> Compilands; member in class:llvm::pdb::SymbolCache
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp184 static cl::opt<bool> Compilands("compilands",
216 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"),
1017 if (opts::diadump::Compilands)
1181 if (opts::pretty::Compilands) {
1185 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); local
1187 if (Compilands) {
1193 while (auto Compiland = Compilands->getNext())
1213 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) {
1216 while (auto Compiland = Compilands->getNext())
1517 opts::pretty::Compilands member in class:opts::pretty
1520 opts::pretty::Compilands = true; member in class:opts::pretty
[all...]
H A Dllvm-pdbutil.h79 extern llvm::cl::opt<bool> Compilands;

Completed in 113 milliseconds