Searched refs:GlobalScope (Results 1 – 2 of 2) 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 …]
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()