LLDB mainline
|
#include <UniqueDWARFASTType.h>
Public Member Functions | |
UniqueDWARFASTTypeMap () | |
~UniqueDWARFASTTypeMap ()=default | |
void | Insert (lldb_private::ConstString name, const UniqueDWARFASTType &entry) |
bool | Find (lldb_private::ConstString name, const DWARFDIE &die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry) const |
Protected Types | |
typedef llvm::DenseMap< const char *, UniqueDWARFASTTypeList > | collection |
Protected Attributes | |
collection | m_collection |
Definition at line 71 of file UniqueDWARFASTType.h.
|
protected |
Definition at line 95 of file UniqueDWARFASTType.h.
|
inline |
Definition at line 73 of file UniqueDWARFASTType.h.
|
default |
|
inline |
Definition at line 82 of file UniqueDWARFASTType.h.
References lldb_private::ConstString::GetCString(), and m_collection.
|
inline |
Definition at line 77 of file UniqueDWARFASTType.h.
References lldb_private::ConstString::GetCString(), and m_collection.
|
protected |
Definition at line 96 of file UniqueDWARFASTType.h.