Searched refs:getEnumTables (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h85 virtual std::unique_ptr<IPDBEnumTables> getEnumTables() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp370 std::unique_ptr<IPDBEnumTables> DIASession::getEnumTables() const { function in class:DIASession
372 if (S_OK != Session->getEnumTables(&DiaEnumerator))
384 if (Session.getEnumTables(&ET) != S_OK)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h81 std::unique_ptr<IPDBEnumTables> getEnumTables() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h97 std::unique_ptr<IPDBEnumTables> getEnumTables() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp329 std::unique_ptr<IPDBEnumTables> NativeSession::getEnumTables() const { function in class:NativeSession
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp165 auto enum_tables_up = m_session_up->getEnumTables();

Completed in 297 milliseconds