reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-pdbutil/llvm-pdbutil.cpp
 1071   if (!GlobalScope)
 1073   std::string FileName(GlobalScope->getSymbolsFileName());
 1090   Printer << ": " << GlobalScope->getGuid();
 1094   Printer << ": " << GlobalScope->getAge();
 1099   if (GlobalScope->hasCTypes())
 1101   if (GlobalScope->hasPrivateSymbols())
 1111       auto Symbols = GlobalScope->findChildren(
 1185     auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>();
 1206     Dumper.start(*GlobalScope);
 1213     if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) {
 1227       if (auto Functions = GlobalScope->findAllChildren<PDBSymbolFunc>()) {
 1247       if (auto Vars = GlobalScope->findAllChildren<PDBSymbolData>()) {
 1263       if (auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>()) {
 1276     Dumper.start(*GlobalScope);