Clear() | lldb_private::UserID | inline |
Compare(const Type &a, const Type &b) | lldb_private::Type | static |
Dump(Stream *s, bool show_context, lldb::DescriptionLevel level=lldb::eDescriptionLevelFull) | lldb_private::Type | |
DumpTypeName(Stream *s) | lldb_private::Type | |
eEncodingInvalid enum value | lldb_private::Type | |
eEncodingIsAtomicUID enum value | lldb_private::Type | |
eEncodingIsConstUID enum value | lldb_private::Type | |
eEncodingIsLLVMPtrAuthUID enum value | lldb_private::Type | |
eEncodingIsLValueReferenceUID enum value | lldb_private::Type | |
eEncodingIsPointerUID enum value | lldb_private::Type | |
eEncodingIsRestrictUID enum value | lldb_private::Type | |
eEncodingIsRValueReferenceUID enum value | lldb_private::Type | |
eEncodingIsSyntheticUID enum value | lldb_private::Type | |
eEncodingIsTypedefUID enum value | lldb_private::Type | |
eEncodingIsUID enum value | lldb_private::Type | |
eEncodingIsVolatileUID enum value | lldb_private::Type | |
EncodingDataType enum name | lldb_private::Type | |
GetBaseName() | lldb_private::Type | |
GetByteSize(ExecutionContextScope *exe_scope) | lldb_private::Type | |
GetDeclaration() const | lldb_private::Type | |
GetDescription(Stream *s, lldb::DescriptionLevel level, bool show_name, ExecutionContextScope *exe_scope) | lldb_private::Type | |
GetEncoding(uint64_t &count) | lldb_private::Type | |
GetEncodingMask() | lldb_private::Type | |
GetEncodingType() | lldb_private::Type | protected |
GetExeModule() | lldb_private::Type | |
GetFormat() | lldb_private::Type | |
GetForwardCompilerType() | lldb_private::Type | |
GetFullCompilerType() | lldb_private::Type | |
GetID() const | lldb_private::UserID | inline |
GetLayoutCompilerType() | lldb_private::Type | |
GetModule() | lldb_private::Type | |
GetName() | lldb_private::Type | |
GetName() const | lldb_private::Type | inline |
GetNumChildren(bool omit_empty_base_classes) | lldb_private::Type | |
GetPayload() | lldb_private::Type | inline |
GetQualifiedName() | lldb_private::Type | |
GetSymbolContextScope() | lldb_private::Type | inline |
GetSymbolContextScope() const | lldb_private::Type | inline |
GetSymbolFile() | lldb_private::Type | inline |
GetSymbolFile() const | lldb_private::Type | inline |
GetTypedefType() | lldb_private::Type | |
GetTypeScopeAndBasename(llvm::StringRef name) | lldb_private::Type | static |
IsAggregateType() | lldb_private::Type | |
IsTemplateType() | lldb_private::Type | |
IsTypedef() | lldb_private::Type | inline |
IsValidType() | lldb_private::Type | inline |
lldb_private::SymbolFileCommon | lldb_private::Type | friend |
m_byte_size | lldb_private::Type | protected |
m_byte_size_has_value | lldb_private::Type | protected |
m_compiler_type | lldb_private::Type | protected |
m_compiler_type_resolve_state | lldb_private::Type | protected |
m_context | lldb_private::Type | protected |
m_decl | lldb_private::Type | protected |
m_encoding_type | lldb_private::Type | protected |
m_encoding_uid | lldb_private::Type | protected |
m_encoding_uid_type | lldb_private::Type | protected |
m_name | lldb_private::Type | protected |
m_payload | lldb_private::Type | protected |
m_symbol_file | lldb_private::Type | protected |
m_uid | lldb_private::UserID | protected |
operator=(const Type &t)=default | lldb_private::Type | private |
operator=(Type &&t)=default | lldb_private::Type | private |
Payload typedef | lldb_private::Type | |
ReadFromMemory(ExecutionContext *exe_ctx, lldb::addr_t address, AddressType address_type, DataExtractor &data) | lldb_private::Type | |
ResolveCompilerType(ResolveState compiler_type_resolve_state) | lldb_private::Type | protected |
ResolveState enum name | lldb_private::Type | |
SetEncodingType(Type *encoding_type) | lldb_private::Type | inline |
SetID(lldb::user_id_t uid) | lldb_private::UserID | inline |
SetPayload(Payload opaque_payload) | lldb_private::Type | inline |
SetSymbolContextScope(SymbolContextScope *context) | lldb_private::Type | inline |
Type(lldb::user_id_t uid, SymbolFile *symbol_file, ConstString name, std::optional< uint64_t > byte_size, SymbolContextScope *context, lldb::user_id_t encoding_uid, EncodingDataType encoding_uid_type, const Declaration &decl, const CompilerType &compiler_qual_type, ResolveState compiler_type_resolve_state, uint32_t opaque_payload=0) | lldb_private::Type | private |
Type() | lldb_private::Type | private |
Type(Type &t)=default | lldb_private::Type | private |
Type(Type &&t)=default | lldb_private::Type | private |
UserID(lldb::user_id_t uid=LLDB_INVALID_UID) | lldb_private::UserID | inline |
WriteToMemory(ExecutionContext *exe_ctx, lldb::addr_t address, AddressType address_type, DataExtractor &data) | lldb_private::Type | |
~UserID()=default | lldb_private::UserID | |