Searched refs:Compilands (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | NativeSymbolReuseTest.cpp | 71 ASSERT_NE(nullptr, Compilands); in TEST() 72 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() 77 while (auto Compiland = Compilands->getNext()) in TEST() 79 Compilands->reset(); in TEST() 80 while (auto Compiland = Compilands->getNext()) in TEST() 88 ASSERT_NE(nullptr, Compilands); in TEST() 89 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() 92 while (auto Compiland = Compilands->getNext()) in TEST() 115 ASSERT_NE(nullptr, Compilands); in TEST() 116 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local 327 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile() 329 return Compilands->getNext(); in findOneCompilandForSourceFile()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 85 Compilands.resize(Dbi->modules().getModuleCount()); in SymbolCache() 601 if (Index >= Compilands.size()) in getOrCreateCompiland() 604 if (Compilands[Index] == 0) { in getOrCreateCompiland() 606 Compilands[Index] = in getOrCreateCompiland() 610 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]); in getOrCreateCompiland()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 186 static cl::opt<bool> Compilands("compilands", variable 220 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable 1046 if (opts::diadump::Compilands) in dumpDia() 1210 if (opts::pretty::Compilands) { in dumpPretty() 1214 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local 1216 if (Compilands) { in dumpPretty() 1222 while (auto Compiland = Compilands->getNext()) in dumpPretty() 1242 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local 1245 while (auto Compiland = Compilands->getNext()) in dumpPretty() 1586 opts::pretty::Compilands = true; in main() [all …]
|
| H A D | llvm-pdbutil.h | 82 extern llvm::cl::opt<bool> Compilands;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.h | 60 mutable std::vector<SymIndexId> Compilands; variable
|