Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1046 auto GlobalScope = Session->getGlobalScope(); in dumpDia() local
1076 auto Children = GlobalScope->findAllChildren(ST); in dumpDia()
1103 auto GlobalScope(Session->getGlobalScope()); in dumpPretty() local
1104 if (!GlobalScope) in dumpPretty()
1106 std::string FileName(GlobalScope->getSymbolsFileName()); in dumpPretty()
1123 Printer << ": " << GlobalScope->getGuid(); in dumpPretty()
1127 Printer << ": " << GlobalScope->getAge(); in dumpPretty()
1132 if (GlobalScope->hasCTypes()) in dumpPretty()
1134 if (GlobalScope->hasPrivateSymbols()) in dumpPretty()
1144 auto Symbols = GlobalScope->findChildren( in dumpPretty()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp149 CComPtr<IDiaSymbol> GlobalScope; in getGlobalScope() local
150 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
153 auto RawSymbol = std::make_unique<DIARawSymbol>(*this, GlobalScope); in getGlobalScope()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp4450 TGVarScope *GlobalScope = PushScope(); in ParseFile() local
4453 PopScope(GlobalScope); in ParseFile()