/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | NativeSymbolReuseTest.cpp | 67 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local 68 ASSERT_NE(nullptr, Compilands); in TEST() 69 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() 74 while (auto Compiland = Compilands->getNext()) in TEST() 76 Compilands->reset(); in TEST() 77 while (auto Compiland = Compilands->getNext()) in TEST() 84 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local 85 ASSERT_NE(nullptr, Compilands); in TEST() 86 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST() 89 while (auto Compiland = Compilands->getNext()) in TEST() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | SymbolCache.cpp | 70 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()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 247 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local 248 if (!Compilands || Compilands->getChildCount() == 0) in findOneCompilandForSourceFile() 250 return Compilands->getNext(); in findOneCompilandForSourceFile()
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 113 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable 435 if (opts::pretty::Compilands) { in dumpPretty() 440 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local 445 while (auto Compiland = Compilands->getNext()) in dumpPretty() 463 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local 465 while (auto Compiland = Compilands->getNext()) in dumpPretty() 552 opts::pretty::Compilands = true; in main() 555 opts::pretty::Compilands = true; in main()
|
D | llvm-pdbdump.h | 19 extern llvm::cl::opt<bool> Compilands;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
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()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
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()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | SymbolCache.cpp | 80 Compilands.resize(Dbi->modules().getModuleCount()); in SymbolCache() 591 if (Index >= Compilands.size()) in getOrCreateCompiland() 594 if (Compilands[Index] == 0) { in getOrCreateCompiland() 596 Compilands[Index] = in getOrCreateCompiland() 600 return Session.getConcreteSymbolById<PDBSymbolCompiland>(Compilands[Index]); in getOrCreateCompiland()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 184 static cl::opt<bool> Compilands("compilands", variable 216 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable 1021 if (opts::diadump::Compilands) in dumpDia() 1185 if (opts::pretty::Compilands) { in dumpPretty() 1189 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local 1191 if (Compilands) { in dumpPretty() 1197 while (auto Compiland = Compilands->getNext()) in dumpPretty() 1217 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local 1220 while (auto Compiland = Compilands->getNext()) in dumpPretty() 1521 opts::pretty::Compilands = true; in main() [all …]
|
D | llvm-pdbutil.h | 79 extern llvm::cl::opt<bool> Compilands;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | SymbolCache.h | 50 std::vector<SymIndexId> Compilands; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | SymbolCache.h | 54 mutable std::vector<SymIndexId> Compilands; variable
|