|
LLDB mainline
|
#include <Target.h>
Public Member Functions | |
| Arch (const ArchSpec &spec) | |
| const Arch & | operator= (const ArchSpec &spec) |
| const ArchSpec & | GetSpec () const |
| Architecture * | GetPlugin () const |
Private Attributes | |
| ArchSpec | m_spec |
| std::unique_ptr< Architecture > | m_plugin_up |
|
explicit |
Definition at line 161 of file Target.cpp.
References m_plugin_up, and m_spec.
|
inline |
Definition at line 1651 of file Target.h.
References m_plugin_up.
|
inline |
| const Target::Arch & Target::Arch::operator= | ( | const ArchSpec & | spec | ) |
Definition at line 165 of file Target.cpp.
References lldb_private::PluginManager::CreateArchitectureInstance(), m_plugin_up, and m_spec.
|
private |
Definition at line 1655 of file Target.h.
Referenced by Arch(), GetPlugin(), and operator=().
|
private |
Definition at line 1654 of file Target.h.
Referenced by Arch(), GetSpec(), and operator=().