Searched refs:getGlobalScope (Results 1 – 6 of 6) sorted by relevance
31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
49 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
203 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
1016 auto GlobalScope = Session->getGlobalScope(); in dumpDia()1073 auto GlobalScope(Session->getGlobalScope()); in dumpPretty()