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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp149 CComPtr<IDiaSymbol> GlobalScope; local
150 if (S_OK != Session->get_globalScope(&GlobalScope))
153 auto RawSymbol = std::make_unique<DIARawSymbol>(*this, GlobalScope);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1017 auto GlobalScope = Session->getGlobalScope(); local
1047 auto Children = GlobalScope->findAllChildren(ST);
1074 auto GlobalScope(Session->getGlobalScope());
1075 if (!GlobalScope)
1077 std::string FileName(GlobalScope->getSymbolsFileName());
1094 Printer << ": " << GlobalScope->getGuid();
1098 Printer << ": " << GlobalScope->getAge();
1103 if (GlobalScope->hasCTypes())
1105 if (GlobalScope->hasPrivateSymbols())
1115 auto Symbols = GlobalScope
[all...]

Completed in 74 milliseconds