Searched refs:GlobalScope (Results 1 – 4 of 4) sorted by relevance
402 auto GlobalScope(Session->getGlobalScope()); in dumpPretty() local403 std::string FileName(GlobalScope->getSymbolsFileName()); in dumpPretty()420 Printer << ": " << GlobalScope->getGuid(); in dumpPretty()424 Printer << ": " << GlobalScope->getAge(); in dumpPretty()429 if (GlobalScope->hasCTypes()) in dumpPretty()431 if (GlobalScope->hasPrivateSymbols()) in dumpPretty()440 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty()455 Dumper.start(*GlobalScope); in dumpPretty()463 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty()476 auto Functions = GlobalScope->findAllChildren<PDBSymbolFunc>(); in dumpPretty()[all …]
943 auto GlobalScope(Session->getGlobalScope()); in dumpPretty() local944 if (!GlobalScope) in dumpPretty()946 std::string FileName(GlobalScope->getSymbolsFileName()); in dumpPretty()963 Printer << ": " << GlobalScope->getGuid(); in dumpPretty()967 Printer << ": " << GlobalScope->getAge(); in dumpPretty()972 if (GlobalScope->hasCTypes()) in dumpPretty()974 if (GlobalScope->hasPrivateSymbols()) in dumpPretty()984 auto Symbols = GlobalScope->findChildren( in dumpPretty()1058 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty()1075 Dumper.start(*GlobalScope); in dumpPretty()[all …]
141 CComPtr<IDiaSymbol> GlobalScope; in getGlobalScope() local142 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()145 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, GlobalScope); in getGlobalScope()
158 CComPtr<IDiaSymbol> GlobalScope; in getGlobalScope() local159 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()162 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, GlobalScope); in getGlobalScope()