| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 52 const CompilerType &compiler_type, in Create() argument 57 return (new ValueObjectConstResult(exe_scope, *manager_sp, compiler_type, in Create() 64 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() argument 77 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 92 return (new ValueObjectConstResult(exe_scope, *manager_sp, compiler_type, in Create() 110 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() argument 119 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 133 return (new ValueObjectConstResult(exe_scope, *manager_sp, compiler_type, in Create() 163 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 296 ValueObjectConstResult::Cast(const CompilerType &compiler_type) { in Cast() argument [all …]
|
| H A D | ValueObjectConstResultImpl.cpp | 68 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() local 73 child_compiler_type = compiler_type.GetChildCompilerTypeAtIndex( in CreateChildAtIndex() 122 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf() local 131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf() 144 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast() argument 150 compiler_type, m_live_address); in Cast()
|
| H A D | ValueObjectConstResultChild.cpp | 25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild() argument 30 : ValueObjectChild(parent, compiler_type, name, byte_size, byte_offset, in ValueObjectConstResultChild() 72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast() argument 73 return m_impl.Cast(compiler_type); in Cast()
|
| H A D | ValueObjectConstResultCast.cpp | 60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast() argument 61 return m_impl.Cast(compiler_type); in Cast()
|
| H A D | ValueObjectCast.cpp | 68 CompilerType compiler_type(GetCompilerType()); in UpdateValue() local 69 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 166 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local 170 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 173 else if (compiler_type.IsPointerType()) in GetArgumentValues() 190 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 191 if (!compiler_type) { in SetReturnValueObject() 205 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 206 compiler_type.IsPointerType()) { in SetReturnValueObject() 262 if (!compiler_type) in GetReturnValueObjectImpl() 267 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 275 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() [all …]
|
| H A D | ABIWindows_x86_64.cpp | 275 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 276 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 281 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 285 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 303 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 304 if (!compiler_type) { in SetReturnValueObject() 318 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 319 compiler_type.IsPointerType()) { in SetReturnValueObject() 341 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 347 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| H A D | ABISysV_x86_64.cpp | 268 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 269 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 274 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 278 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 296 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 297 if (!compiler_type) { in SetReturnValueObject() 311 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 312 compiler_type.IsPointerType()) { in SetReturnValueObject() 334 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 340 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| H A D | ABISysV_i386.cpp | 183 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local 184 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 187 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 190 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 207 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 208 if (!compiler_type) { in SetReturnValueObject() 213 const uint32_t type_flags = compiler_type.GetTypeInfo(); in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Variable.cpp | 486 const CompilerType &compiler_type, CompletionRequest &request); 501 compiler_type.GetDirectBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers() 514 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers() 523 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers() 557 const lldb::TypeClass type_class = compiler_type.GetTypeClass(); in PrivateAutoComplete() 559 if (compiler_type.IsValid()) { in PrivateAutoComplete() 621 compiler_type, request); in PrivateAutoComplete() 650 if (compiler_type.IsValid()) { in PrivateAutoComplete() 688 if (compiler_type.IsValid()) { in PrivateAutoComplete() 735 CompilerType compiler_type; in AutoComplete() local [all …]
|
| H A D | Type.cpp | 145 const Declaration &decl, const CompilerType &compiler_type, in Type() argument 150 m_decl(decl), m_compiler_type(compiler_type), in Type() 151 m_compiler_type_resolve_state(compiler_type ? compiler_type_resolve_state in Type() 786 void TypeAndOrName::SetCompilerType(CompilerType compiler_type) { in SetCompilerType() argument 787 m_compiler_type = compiler_type; in SetCompilerType() 812 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() argument 814 SetType(compiler_type); in TypeImpl() 839 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() argument 841 m_static_type = compiler_type; in SetType() 850 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 177 ValueObject &valobj, CompilerType compiler_type, in GetPossibleMatches() argument 181 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches() 182 ConstString type_name(compiler_type.GetTypeName()); in GetPossibleMatches() 219 if (compiler_type.IsPointerType()) { in GetPossibleMatches() 270 if (compiler_type.IsTypedefType()) { in GetPossibleMatches() 279 if (!compiler_type.IsValid()) in GetPossibleMatches() 283 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches() 287 compiler_type.GetOpaqueQualType()) in GetPossibleMatches() 474 CompilerType compiler_type(valobj.GetCompilerType()); in ShouldPrintAsOneLiner() local 475 if (compiler_type.IsValid()) { in ShouldPrintAsOneLiner() [all …]
|
| H A D | TypeFormat.cpp | 65 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local 66 if (compiler_type) { in FormatObject() 70 lldb_private::Flags type_flags(compiler_type.GetTypeInfo( in FormatObject() 97 llvm::Optional<uint64_t> size = compiler_type.GetByteSize(exe_scope); in FormatObject() 101 compiler_type.DumpTypeValue( in FormatObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResult.h | 42 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 47 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 53 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 108 lldb::ValueObjectSP Cast(const CompilerType &compiler_type) override; 130 const CompilerType &compiler_type, ConstString name, 135 const CompilerType &compiler_type, ConstString name, 142 const CompilerType &compiler_type, ConstString name,
|
| H A D | ValueObjectConstResultChild.h | 32 const CompilerType &compiler_type, 63 lldb::ValueObjectSP Cast(const CompilerType &compiler_type) override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 1455 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1456 if (compiler_type) { in GetArgumentValues() 1460 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues() 1545 if (!compiler_type) in GetReturnValueObjectImpl() 1550 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 1615 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1620 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl() 1698 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl() 1702 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl() 1839 if (!compiler_type) { in SetReturnValueObject() [all …]
|
| H A D | ABIMacOSX_arm.cpp | 1452 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1453 if (compiler_type) { in GetArgumentValues() 1461 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues() 1546 if (!compiler_type) in GetReturnValueObjectImpl() 1549 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 1561 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() 1583 compiler_type.GetByteSize(&thread); in GetReturnValueObjectImpl() 1668 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1694 if (!compiler_type) { in SetReturnValueObject() 1708 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 320 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 321 if (!compiler_type) { in SetReturnValueObject() 329 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) && in SetReturnValueObject() 330 !compiler_type.IsPointerType()) { in SetReturnValueObject() 448 CompilerType &compiler_type) const { in GetReturnValueObjectSimple() 449 if (!compiler_type) in GetReturnValueObjectSimple() 457 value.SetCompilerType(compiler_type); in GetReturnValueObjectSimple() 459 const uint32_t type_flags = compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple() 462 const size_t byte_size = compiler_type.GetByteSize(&thread).getValueOr(0); in GetReturnValueObjectSimple() 484 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 357 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 358 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 363 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 367 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 385 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 386 if (!compiler_type) { in SetReturnValueObject() 400 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 401 compiler_type.IsPointerType()) { in SetReturnValueObject() 423 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 429 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TaggedASTType.h | 20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType() argument 21 : CompilerType(compiler_type) {} in TaggedASTType()
|
| H A D | Type.h | 246 TypeImpl(const CompilerType &compiler_type); 250 TypeImpl(const CompilerType &compiler_type, const CompilerType &dynamic); 254 void SetType(const CompilerType &compiler_type); 258 void SetType(const CompilerType &compiler_type, const CompilerType &dynamic); 398 TypeAndOrName(const CompilerType &compiler_type); 416 void SetCompilerType(CompilerType compiler_type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 180 return compiler_type.GetTypeName(); in GetPDBBuiltinTypeName() 790 lldb_private::CompilerType &compiler_type) { in CompleteTypeFromPDB() argument 791 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB() 792 return GetClangASTImporter().CompleteType(compiler_type); in CompleteTypeFromPDB() 797 m_ast.GetAsCXXRecordDecl(compiler_type.GetOpaqueQualType()); in CompleteTypeFromPDB() 1193 lldb_private::CompilerType &compiler_type, in CompleteTypeFromUDT() argument 1205 AddRecordBases(symbol_file, compiler_type, in CompleteTypeFromUDT() 1215 AddRecordMethods(symbol_file, compiler_type, *methods_enum); in CompleteTypeFromUDT() 1218 TypeSystemClang::BuildIndirectFields(compiler_type); in CompleteTypeFromUDT() 1224 return static_cast<bool>(compiler_type); in CompleteTypeFromUDT() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 396 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 397 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 401 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 405 else if (compiler_type.IsPointerType()) in GetArgumentValues() 422 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 423 if (!compiler_type) { in SetReturnValueObject() 437 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 438 compiler_type.IsPointerType()) { in SetReturnValueObject() 460 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 466 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| H A D | ABISysV_ppc64.cpp | 272 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 273 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 278 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 282 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 300 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 301 if (!compiler_type) { in SetReturnValueObject() 315 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 316 compiler_type.IsPointerType()) { in SetReturnValueObject() 338 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 344 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 398 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl() local 399 compiler_type = AdjustForInclusion(compiler_type); in Find_Impl() 400 if (!compiler_type) in Find_Impl() 403 new Result(compiler_type)); in Find_Impl()
|