|
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 159 of file Target.cpp.
References m_plugin_up, and m_spec.
|
inline |
Definition at line 1706 of file Target.h.
References m_plugin_up.
|
inline |
| const Target::Arch & Target::Arch::operator= | ( | const ArchSpec & | spec | ) |
Definition at line 163 of file Target.cpp.
References lldb_private::PluginManager::CreateArchitectureInstance(), m_plugin_up, and m_spec.
|
private |
Definition at line 1710 of file Target.h.
Referenced by Arch(), GetPlugin(), and operator=().
|
private |
Definition at line 1709 of file Target.h.
Referenced by Arch(), GetSpec(), and operator=().