|
LLDB mainline
|
#include <UniqueDWARFASTType.h>
Public Member Functions | |
| UniqueDWARFASTTypeMap () | |
| ~UniqueDWARFASTTypeMap ()=default | |
| void | Insert (ConstString name, const UniqueDWARFASTType &entry) |
| UniqueDWARFASTType * | Find (ConstString name, const DWARFDIE &die, const Declaration &decl, const int32_t byte_size, bool is_forward_declaration) |
Protected Types | |
| typedef llvm::DenseMap< const char *, UniqueDWARFASTTypeList > | collection |
Protected Attributes | |
| collection | m_collection |
Definition at line 78 of file UniqueDWARFASTType.h.
|
protected |
Definition at line 101 of file UniqueDWARFASTType.h.
|
inline |
Definition at line 80 of file UniqueDWARFASTType.h.
References m_collection.
|
default |
|
inline |
Definition at line 88 of file UniqueDWARFASTType.h.
References lldb_private::ConstString::GetCString(), and m_collection.
|
inline |
Definition at line 84 of file UniqueDWARFASTType.h.
References lldb_private::ConstString::GetCString(), and m_collection.
|
protected |
Definition at line 102 of file UniqueDWARFASTType.h.
Referenced by Find(), Insert(), and UniqueDWARFASTTypeMap().