Home
last modified time | relevance | path

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

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