|
LLDB mainline
|
#include <Symbol.h>
Public Member Functions | |
| ReExportInfo () | |
| ReExportInfo (const ReExportInfo &rhs) | |
| const ReExportInfo & | operator= (const ReExportInfo &rhs) |
| void | Clear () |
Public Attributes | |
| ConstString | name |
| std::unique_ptr< FileSpec > | library_up |
|
inline |
Definition at line 352 of file Symbol.h.
References library_up, and name.
Referenced by operator=(), and ReExportInfo().
|
inline |
Definition at line 353 of file Symbol.h.
References library_up, name, and ReExportInfo().
|
inline |
Definition at line 370 of file Symbol.h.
References library_up, and name.
|
inline |
Definition at line 360 of file Symbol.h.
References library_up, name, and ReExportInfo().
| std::unique_ptr<FileSpec> lldb_private::Symbol::ReExportInfo::library_up |
Definition at line 351 of file Symbol.h.
Referenced by Clear(), lldb_private::Symbol::GetReExportedSymbolSharedLibrary(), operator=(), ReExportInfo(), and ReExportInfo().
| ConstString lldb_private::Symbol::ReExportInfo::name |
Definition at line 350 of file Symbol.h.
Referenced by Clear(), operator=(), ReExportInfo(), and ReExportInfo().