Searched defs:getEnumTables (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/DebugInfo/PDB/ | ||
H A D | PDBApiTest.cpp | 150 std::unique_ptr<IPDBEnumTables> getEnumTables() const override { in getEnumTables() function in __anon9cf85e360111::MockSession |
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIASession.cpp | 370 std::unique_ptr<IPDBEnumTables> DIASession::getEnumTables() const { in getEnumTables() function in DIASession |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | NativeSession.cpp | 342 std::unique_ptr<IPDBEnumTables> NativeSession::getEnumTables() const { getEnumTables() function in NativeSession |