| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 284 m_decl(decl), m_compiler_type(compiler_type), in Type() 326 if (m_compiler_type.IsValid()) { in GetDescription() 391 if (m_compiler_type.IsValid()) { in Dump() 392 *s << ", compiler_type = " << m_compiler_type.GetOpaqueQualType() << ' '; in Dump() 588 if (!m_compiler_type.IsValid()) { in ResolveCompilerType() 596 m_compiler_type = encoding_compiler_type; in ResolveCompilerType() 603 m_compiler_type = in ResolveCompilerType() 608 m_compiler_type = in ResolveCompilerType() 613 m_compiler_type = in ResolveCompilerType() 618 m_compiler_type = in ResolveCompilerType() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectMemory.cpp | 57 m_compiler_type() { in ValueObjectMemory() 85 m_compiler_type(ast_type) { in ValueObjectMemory() 87 assert(m_compiler_type.IsValid()); in ValueObjectMemory() 92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory() 114 return m_compiler_type; in GetCompilerTypeImpl() 120 return m_compiler_type.GetTypeName(); in GetTypeName() 126 return m_compiler_type.GetDisplayTypeName(); in GetDisplayTypeName() 140 m_compiler_type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren() 154 return m_compiler_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize() 221 value.SetCompilerType(m_compiler_type); in UpdateValue()
|
| H A D | ValueObjectRegister.cpp | 170 m_reg_value(), m_type_name(), m_compiler_type() { in ValueObjectRegister() 188 m_reg_value(), m_type_name(), m_compiler_type() { in ValueObjectRegister() 196 if (!m_compiler_type.IsValid()) { in GetCompilerTypeImpl() 207 m_compiler_type = ts->GetBuiltinTypeForEncodingAndBitSize( in GetCompilerTypeImpl() 213 return m_compiler_type; in GetCompilerTypeImpl()
|
| H A D | ValueObjectChild.cpp | 34 : ValueObject(parent), m_compiler_type(compiler_type), in ValueObjectChild()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 44 Value::Value() : m_value(), m_compiler_type(), m_data_buffer() {} in Value() 47 : m_value(scalar), m_compiler_type(), m_data_buffer() {} in Value() 50 : m_value(), m_compiler_type(), m_value_type(ValueType::HostAddress), in Value() 56 : m_value(v.m_value), m_compiler_type(v.m_compiler_type), in Value() 73 m_compiler_type = rhs.m_compiler_type; in operator =() 248 if (!m_compiler_type.IsValid()) { in GetCompilerType() 259 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType() 267 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType() 273 return m_compiler_type; in GetCompilerType() 277 m_compiler_type = compiler_type; in SetCompilerType() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 167 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl() 175 m_type.m_compiler_type = type; in TypeNameSpecifierImpl() 186 if (m_type.m_compiler_type.IsValid()) in GetCompilerType() 187 return m_type.m_compiler_type; in GetCompilerType() 200 CompilerType m_compiler_type; member
|
| H A D | ValueObjectPrinter.h | 152 CompilerType m_compiler_type; variable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectChild.h | 61 CompilerType GetCompilerTypeImpl() override { return m_compiler_type; } in GetCompilerTypeImpl() 63 CompilerType m_compiler_type; variable
|
| H A D | ValueObjectMemory.h | 65 CompilerType m_compiler_type; variable
|
| H A D | ValueObjectRegister.h | 122 CompilerType m_compiler_type; variable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 70 Result(CompilerType type) : m_compiler_type(type) {} in Result() 72 bool IsValid() override { return m_compiler_type.IsValid(); } in IsValid() 76 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream() 86 CompilerType m_compiler_type;
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 141 m_compiler_type = m_cached_valobj->GetCompilerType(); in SetupMostSpecializedValue() 142 m_type_flags = m_compiler_type.GetTypeInfo(); in SetupMostSpecializedValue() 258 if (m_compiler_type.IsValid()) { in PrintDecl() 428 if (!m_compiler_type.IsValid()) { in PrintValueAndSummaryIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 587 CompilerType m_compiler_type; variable 793 CompilerType GetCompilerType() const { return m_compiler_type; } in GetCompilerType() 818 CompilerType m_compiler_type;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 180 CompilerType m_compiler_type; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 926 : Language::TypeScavenger::Result(), m_compiler_type(type) {} in GetTypeScavenger() 928 bool IsValid() override { return m_compiler_type.IsValid(); } in GetTypeScavenger() 932 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger() 940 CompilerType m_compiler_type; in GetTypeScavenger() member in ObjCLanguage::GetTypeScavenger::ObjCScavengerResult
|