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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp77 Compilands.resize(Dbi->modules().getModuleCount());
602 if (Index >= Compilands.size())
605 if (Compilands[Index] == 0) {
607 Compilands[Index] =
611 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]);
/freebsd-13-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"),
1021 if (opts::diadump::Compilands)
1185 if (opts::pretty::Compilands) {
1189 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); local
1191 if (Compilands) {
1197 while (auto Compiland = Compilands->getNext())
1217 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) {
1220 while (auto Compiland = Compilands->getNext())
1521 opts::pretty::Compilands member in class:opts::pretty
1524 opts::pretty::Compilands = true; member in class:opts::pretty
[all...]
H A Dllvm-pdbutil.h79 extern llvm::cl::opt<bool> Compilands;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h54 std::vector<SymIndexId> Compilands; member in class:llvm::pdb::SymbolCache

Completed in 67 milliseconds