| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 33 return m_type_system->IsAggregateType(m_type); in IsAggregateType() 39 return m_type_system->IsAnonymousType(m_type); in IsAnonymousType() 79 return m_type_system->IsCharType(m_type); in IsCharType() 91 return m_type_system->IsConst(m_type); in IsConst() 203 return m_type_system->IsDefined(m_type); in IsDefined() 227 return m_type_system->IsScalarType(m_type); in IsScalarType() 239 return m_type_system->IsVoidType(m_type); in IsVoidType() 309 return m_type_system->GetTypeClass(m_type); in GetTypeClass() 315 m_type = type; in SetCompilerType() 512 return m_type_system->GetFormat(m_type); in GetFormat() [all …]
|
| H A D | Symbol.cpp | 72 m_is_weak(rhs.m_is_weak), m_type(rhs.m_type), m_mangled(rhs.m_mangled), in Symbol() 90 m_type = rhs.m_type; in operator =() 112 m_type = eSymbolTypeInvalid; in Clear() 119 m_type == eSymbolTypeAbsolute; in ValueIsAddress() 127 if (m_type == eSymbolTypeReExported) { in GetReExportedSymbolName() 141 if (m_type == eSymbolTypeReExported) { in GetReExportedSymbolSharedLibrary() 261 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) { in GetPrologueByteSize() 347 switch (m_type) { in GetTypeAsString() 618 m_type = bitfields & 0x003f; in Decode() 656 uint16_t bitfields = m_type; in Encode() [all …]
|
| H A D | SymbolContext.cpp | 936 m_type |= eLineStartSpecified; in AddLineSpecification() 940 m_type |= eLineEndSpecified; in AddLineSpecification() 963 m_type |= eModuleSpecified; in AddSpecification() 974 m_type |= eFileSpecified; in AddSpecification() 982 m_type |= eLineEndSpecified; in AddSpecification() 986 m_type |= eFunctionSpecified; in AddSpecification() 1010 m_type = eNothingSpecified; in Clear() 1014 if (m_type == eNothingSpecified) in SymbolContextMatches() 1024 if (m_type & eModuleSpecified) { in SymbolContextMatches() 1036 if (m_type & eFileSpecified) { in SymbolContextMatches() [all …]
|
| H A D | UnwindPlan.cpp | 26 if (m_type == rhs.m_type) { in operator ==() 27 switch (m_type) { in operator ==() 57 m_type = atDWARFExpression; in SetAtDWARFExpression() 66 m_type = isDWARFExpression; in SetIsDWARFExpression() 97 switch (m_type) { in Dump() 117 if (m_type == atCFAPlusOffset) in Dump() 120 if (m_type == atCFAPlusOffset) in Dump() 127 if (m_type == atAFAPlusOffset) in Dump() 169 if (m_type == rhs.m_type) { in operator ==() 170 switch (m_type) { in operator ==() [all …]
|
| H A D | Function.cpp | 236 m_type(type), m_mangled(mangled), m_block(func_uid), m_range(range), in Function() 255 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo() 256 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo() 257 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo() 391 if (m_type) in Dump() 392 s->Printf(", type = %p", static_cast<void *>(m_type)); in Dump() 501 if (m_type == nullptr) { in GetType() 514 m_type = sym_file->ResolveTypeUID(m_type_uid); in GetType() 516 return m_type; in GetType() 519 const Type *Function::GetType() const { return m_type; } in GetType()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 109 m_type = atCFAPlusOffset; in SetAtCFAPlusOffset() 114 m_type = isCFAPlusOffset; in SetIsCFAPlusOffset() 119 m_type = atAFAPlusOffset; in SetAtAFAPlusOffset() 124 m_type = isAFAPlusOffset; in SetIsAFAPlusOffset() 142 switch(m_type) in GetOffset() 155 if (m_type == atDWARFExpression || m_type == isDWARFExpression) { in GetDWARFExpr() 169 if (m_type == atDWARFExpression || m_type == isDWARFExpression) in GetDWARFExpressionBytes() 175 if (m_type == atDWARFExpression || m_type == isDWARFExpression) in GetDWARFExpressionLength() 219 m_type = isRaSearch; in SetRaSearch() 251 if (m_type == isRegisterDereferenced || m_type == isRegisterPlusOffset) in GetRegisterNumber() [all …]
|
| H A D | CompilerType.h | 42 : m_type(type), m_type_system(type_system) { in CompilerType() 47 : m_type(rhs.m_type), m_type_system(rhs.m_type_system) {} in CompilerType() 54 m_type = rhs.m_type; 61 return m_type < rhs.m_type; 69 return m_type != nullptr && m_type_system != nullptr; 72 bool IsValid() const { return m_type != nullptr && m_type_system != nullptr; } in IsValid() 173 lldb::opaque_compiler_type_t GetOpaqueQualType() const { return m_type; } in GetOpaqueQualType() 410 m_type = nullptr; in Clear() 422 lldb::opaque_compiler_type_t m_type = nullptr; variable
|
| H A D | DebugMacros.h | 42 DebugMacroEntry() : m_type(INVALID) {} in DebugMacroEntry() 46 EntryType GetType() const { return static_cast<EntryType>(m_type); } in GetType() 64 uint32_t m_type : 3; variable
|
| H A D | ObjectFile.h | 578 virtual void SetType(Type type) { m_type = type; } in SetType() 638 if (m_type == eTypeInvalid) in GetType() 639 m_type = CalculateType(); in GetType() 640 return m_type; in GetType() 730 Type m_type; variable
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | RegisterValue.h | 151 m_type = eTypeUInt8; 156 m_type = eTypeUInt16; 161 m_type = eTypeUInt32; 166 m_type = eTypeUInt64; 176 m_type = eTypeFloat; 181 m_type = eTypeDouble; 191 m_type = eTypeUInt8; in SetUInt8() 196 m_type = eTypeUInt16; in SetUInt16() 201 m_type = t; 206 m_type = t; [all …]
|
| H A D | Scalar.h | 55 : m_type(e_int), m_integer(MakeAPSInt(v)), m_float(0.0f) {} in Scalar() 58 : m_type(e_int), m_integer(MakeAPSInt(v)), m_float(0.0f) {} in Scalar() 60 : m_type(e_int), m_integer(MakeAPSInt(v)), m_float(0.0f) {} in Scalar() 63 Scalar(float v) : m_type(e_float), m_float(v) {} in Scalar() 64 Scalar(double v) : m_type(e_float), m_float(v) {} in Scalar() 65 Scalar(long double v) : m_type(e_float), m_float(double(v)) { in Scalar() 73 : m_type(e_int), m_integer(std::move(v)), m_float(0.0f) {} in Scalar() 98 m_type = e_void; in Clear() 106 bool IsValid() const { return (m_type >= e_int) && (m_type <= e_float); } in IsValid() 148 Scalar::Type GetType() const { return m_type; } in GetType() [all …]
|
| H A D | StructuredData.h | 73 : m_type(t) {} in m_type() function 81 lldb::StructuredDataType GetType() const { return m_type; } in GetType() 83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType() 86 return ((m_type == lldb::eStructuredDataTypeArray) in GetAsArray() 92 return ((m_type == lldb::eStructuredDataTypeDictionary) in GetAsDictionary() 98 return ((m_type == lldb::eStructuredDataTypeInteger) in GetAsInteger() 109 return ((m_type == lldb::eStructuredDataTypeFloat) in GetAsFloat() 120 return ((m_type == lldb::eStructuredDataTypeBoolean) in GetAsBoolean() 131 return ((m_type == lldb::eStructuredDataTypeString) in GetAsString() 145 return ((m_type == lldb::eStructuredDataTypeGeneric) in GetAsGeneric() [all …]
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Scalar.cpp | 31 switch (m_type) { in GetPromoKey() 119 switch (m_type) { in GetBytes() 132 switch (m_type) { in GetByteSize() 144 switch (m_type) { in IsZero() 159 switch (m_type) { in GetValue() 179 switch (m_type) { in IntegralPromote() 195 switch (m_type) { in FloatPromote() 426 if (m_type == e_int && rhs.m_type == e_int) in operator <<=() 434 if (m_type == e_int && rhs.m_type == e_int) { in ShiftRightLogical() 465 if (m_type == e_int && rhs.m_type == e_int) in operator &=() [all …]
|
| H A D | RegisterValue.cpp | 137 switch (m_type) { in GetScalarValue() 169 return m_type; in SetType() 460 switch (m_type) { in SignExtend() 483 m_type = rhs.m_type; in CopyValue() 484 switch (m_type) { in CopyValue() 512 switch (m_type) { in GetAsUInt16() 537 switch (m_type) { in GetAsUInt32() 567 switch (m_type) { in GetAsUInt64() 602 switch (m_type) { in GetAsUInt128() 636 switch (m_type) { in GetAsFloat() [all …]
|
| H A D | Status.cpp | 43 : m_code(err), m_type(type), m_string() {} in Status() 74 m_type = ErrorType::eErrorTypePOSIX; in operator =() 92 if (m_type == ErrorType::eErrorTypePOSIX) in ToError() 135 switch (m_type) { in AsCString() 169 m_type = eErrorTypeInvalid; in Clear() 187 m_type = eErrorTypeMachKernel; in SetMachError() 194 m_type = eErrorTypeExpression; in SetExpressionError() 211 m_type = eErrorTypeExpression; in SetExpressionErrorWithFormat() 218 m_type = type; in SetError() 225 m_type = eErrorTypePOSIX; in SetErrorToErrno() [all …]
|
| H A D | Event.cpp | 31 : m_broadcaster_wp(broadcaster->GetBroadcasterImpl()), m_type(event_type), in Event() 36 : m_broadcaster_wp(broadcaster->GetBroadcasterImpl()), m_type(event_type), in Event() 40 : m_broadcaster_wp(), m_type(event_type), m_data_sp(data) {} in Event() 43 : m_broadcaster_wp(), m_type(event_type), m_data_sp(event_data_sp) {} in Event() 57 if (broadcaster->GetEventNames(event_name, m_type, false)) in Dump() 61 broadcaster->GetBroadcasterName().GetCString(), m_type, in Dump() 67 broadcaster->GetBroadcasterName().GetCString(), m_type); in Dump() 70 static_cast<const void *>(this), m_type); in Dump()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Opcode.h | 76 switch (m_type) { 96 switch (m_type) { 116 switch (m_type) { 135 switch (m_type) { 154 m_type = eType8; in SetOpcode8() 160 m_type = eType16; in SetOpcode16() 166 m_type = eType16_2; in SetOpcode16_2() 172 m_type = eType32; in SetOpcode32() 178 m_type = eType64; in SetOpcode64() 203 switch (m_type) { in GetByteSize() [all …]
|
| H A D | DebuggerEvents.h | 58 : m_message(std::move(message)), m_type(type), in DiagnosticEventData() 64 Type GetType() const { return m_type; } in GetType() 78 Type m_type; variable
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 112 m_type.m_type_name = std::string(name); in TypeNameSpecifierImpl() 119 m_type.m_type_name = std::string(type->GetName().GetStringRef()); in TypeNameSpecifierImpl() 120 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl() 126 m_type.m_type_name.assign(type.GetTypeName().GetCString()); in TypeNameSpecifierImpl() 127 m_type.m_compiler_type = type; in TypeNameSpecifierImpl() 132 if (m_type.m_type_name.size()) in GetName() 133 return m_type.m_type_name.c_str(); in GetName() 138 if (m_type.m_compiler_type.IsValid()) in GetCompilerType() 139 return m_type.m_compiler_type; in GetCompilerType() 152 TypeOrName m_type; variable
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSONGenerator.h | 60 Object(Type t = Type::eTypeInvalid) : m_type(t) {} in m_type() function 68 Type GetType() const { return m_type; } in GetType() 70 void SetType(Type t) { m_type = t; } in SetType() 73 if (m_type == Type::eTypeArray) in GetAsArray() 79 if (m_type == Type::eTypeDictionary) in GetAsDictionary() 85 if (m_type == Type::eTypeInteger) in GetAsInteger() 91 if (m_type == Type::eTypeFloat) in GetAsFloat() 97 if (m_type == Type::eTypeBoolean) in GetAsBoolean() 103 if (m_type == Type::eTypeString) in GetAsString() 109 if (m_type == Type::eTypeGeneric) in GetAsGeneric() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 34 m_type(eTypeUnspecified), m_category_is_valid(false) { in MethodName() 39 m_type(eTypeUnspecified), m_category_is_valid(false) { in MethodName() 48 if (strict && m_type == eTypeUnspecified) in IsValid() 57 Type GetType() const { return m_type; } in GetType() 82 Type m_type = eTypeUnspecified; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 443 if (m_type == GPR) in GetName() 479 Type m_type; member in __anonaee447650111::ReturnValueExtractor::Register 517 const uint32_t type_flags = m_type.GetTypeInfo(); in GetValue() 530 value_sp = GetFloatValue(m_type, 0); in GetValue() 552 CompilerType &m_type; member in __anonaee447650111::ReturnValueExtractor 569 : m_thread(thread), m_type(type), in ReturnValueExtractor() 592 ValueSP value_sp(NewScalarValue(m_type)); in GetIntegerValue() 594 uint32_t type_flags = m_type.GetTypeInfo(); in GetIntegerValue() 673 ValueSP value_sp(NewScalarValue(m_type)); in GetPointerValue() 778 if (m_type.IsHomogeneousAggregate(&elem_type)) { in GetStructValueObject() [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Opcode.cpp | 26 switch (m_type) { in Dump() 66 switch (m_type) { in GetDataByteOrder() 88 if (m_type == Opcode::eType16_2) { in GetData() 99 switch (m_type) { in GetData()
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSite.h | 192 BreakpointSite::Type GetType() const { return m_type; } in GetType() 194 void SetType(BreakpointSite::Type type) { m_type = type; } in SetType() 210 BreakpointSite::Type m_type; ///< The type of this breakpoint site. variable
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | StackFrameRecognizer.h | 153 : ValueObject(parent), m_type(type) { in ValueObjectRecognizerSynthesizedValue() 160 lldb::ValueType GetValueType() const override { return m_type; } in GetValueType() 175 lldb::ValueType m_type;
|