Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp402 auto GlobalScope(Session->getGlobalScope()); in dumpPretty() local
403 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp943 auto GlobalScope(Session->getGlobalScope()); in dumpPretty() local
944 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 …]
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp141 CComPtr<IDiaSymbol> GlobalScope; in getGlobalScope() local
142 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
145 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, GlobalScope); in getGlobalScope()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp158 CComPtr<IDiaSymbol> GlobalScope; in getGlobalScope() local
159 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
162 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, GlobalScope); in getGlobalScope()