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