Home
last modified time | relevance | path

Searched defs:getGlobalScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp69 std::unique_ptr<PDBSymbolExe> getGlobalScope() override { return nullptr; } in getGlobalScope() function in __anon9cf85e360111::MockSession
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp212 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { getGlobalScope() function in NativeSession