Home
last modified time | relevance | path

Searched refs:field_compiler_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp562 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in FlattenAggregateType() local
565 field_compiler_type.GetBitSize(&thread); in FlattenAggregateType()
579 const uint32_t field_type_flags = field_compiler_type.GetTypeInfo(); in FlattenAggregateType()
580 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in FlattenAggregateType()
581 field_compiler_type.IsPointerType() || in FlattenAggregateType()
582 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType()
584 aggregate_compiler_types.push_back(field_compiler_type); in FlattenAggregateType()
586 if (!FlattenAggregateType(thread, exe_ctx, field_compiler_type, in FlattenAggregateType()
673 CompilerType field_compiler_type = aggregate_compiler_types[idx]; in GetReturnValueObjectImpl() local
674 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); in GetReturnValueObjectImpl()
[all …]
H A DABISysV_x86_64.cpp589 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in FlattenAggregateType() local
592 field_compiler_type.GetBitSize(&thread); in FlattenAggregateType()
601 const uint32_t field_type_flags = field_compiler_type.GetTypeInfo(); in FlattenAggregateType()
602 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in FlattenAggregateType()
603 field_compiler_type.IsPointerType() || in FlattenAggregateType()
604 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType()
606 aggregate_compiler_types.push_back(field_compiler_type); in FlattenAggregateType()
608 if (!FlattenAggregateType(thread, exe_ctx, field_compiler_type, in FlattenAggregateType()
696 CompilerType field_compiler_type = aggregate_compiler_types[idx]; in GetReturnValueObjectImpl() local
697 uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread)); in GetReturnValueObjectImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp939 CompilerType field_compiler_type = in GetReturnValueObjectImpl() local
943 if (field_compiler_type.IsFloatingPointType(count, is_complex)) in GetReturnValueObjectImpl()
963 CompilerType field_compiler_type = in GetReturnValueObjectImpl() local
967 field_compiler_type.GetByteSize(&thread); in GetReturnValueObjectImpl()
1036 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl() local
1039 field_compiler_type.GetByteSize(&thread); in GetReturnValueObjectImpl()
1048 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
1049 field_compiler_type.IsPointerType() || in GetReturnValueObjectImpl()
1050 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp702 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl() local
705 field_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
721 if (field_compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetReturnValueObjectImpl()
722 field_compiler_type.IsPointerType()) { in GetReturnValueObjectImpl()
746 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h434 CompilerType *field_compiler_type = nullptr,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp892 CompilerType field_compiler_type( in GetIndexOfFieldWithName() local
897 *field_compiler_type_ptr = field_compiler_type; in GetIndexOfFieldWithName()