Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.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-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp335 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local
336 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile()
338 return Compilands->getNext(); in findOneCompilandForSourceFile()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp185 static cl::opt<bool> Compilands("compilands", variable
217 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable
1006 if (opts::diadump::Compilands) in dumpDia()
1170 if (opts::pretty::Compilands) { in dumpPretty()
1174 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local
1176 if (Compilands) { in dumpPretty()
1182 while (auto Compiland = Compilands->getNext()) in dumpPretty()
1202 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local
1205 while (auto Compiland = Compilands->getNext()) in dumpPretty()
1512 opts::pretty::Compilands = true; in main()
[all …]
H A Dllvm-pdbutil.h80 extern llvm::cl::opt<bool> Compilands;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h51 std::vector<SymIndexId> Compilands; variable