Home
last modified time | relevance | path

Searched refs:m_plugin_up (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1479 Architecture *GetPlugin() const { return m_plugin_up.get(); } in GetPlugin()
1483 std::unique_ptr<Architecture> m_plugin_up; variable
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp77 m_plugin_up(PluginManager::CreateArchitectureInstance(spec)) {} in Arch()
81 m_plugin_up = PluginManager::CreateArchitectureInstance(spec); in operator =()