Home
last modified time | relevance | path

Searched refs:GlobalScope (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp423 auto GlobalScope(Session->getGlobalScope()); in dumpInput() local
424 std::string FileName(GlobalScope->getSymbolsFileName()); in dumpInput()
441 Printer << ": " << GlobalScope->getGuid(); in dumpInput()
445 Printer << ": " << GlobalScope->getAge(); in dumpInput()
450 if (GlobalScope->hasCTypes()) in dumpInput()
452 if (GlobalScope->hasPrivateSymbols()) in dumpInput()
461 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput()
473 Dumper.start(*GlobalScope); in dumpInput()
481 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput()
494 auto Functions = GlobalScope->findAllChildren<PDBSymbolFunc>(); in dumpInput()
[all …]
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp123 CComPtr<IDiaSymbol> GlobalScope; in getGlobalScope() local
124 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
127 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, GlobalScope); in getGlobalScope()