| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 119 type.GetBitSize(ctx.GetBestExecutionContextScope())); in GetChildAtIndex() 131 type.GetBitSize(ctx.GetBestExecutionContextScope())); in GetChildAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Flags.h | 46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIWindows_x86_64.cpp | 279 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues() 351 llvm::expectedToOptional(compiler_type.GetBitSize(frame_sp.get())); in SetReturnValueObject() 568 llvm::expectedToOptional(field_compiler_type.GetBitSize(&thread)); in FlattenAggregateType() 619 llvm::expectedToOptional(return_compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_x86_64.cpp | 274 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues() 346 llvm::expectedToOptional(compiler_type.GetBitSize(frame_sp.get())); in SetReturnValueObject() 597 llvm::expectedToOptional(field_compiler_type.GetBitSize(&thread)); in FlattenAggregateType() 640 llvm::expectedToOptional(return_compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
|
| H A D | ABIMacOSX_i386.cpp | 169 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues() 280 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_i386.cpp | 186 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 399 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues() 463 llvm::expectedToOptional(compiler_type.GetBitSize(frame_sp.get())); in SetReturnValueObject() 660 llvm::expectedToOptional(return_compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl() 703 llvm::expectedToOptional(field_compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_ppc64.cpp | 276 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues() 348 llvm::expectedToOptional(compiler_type.GetBitSize(frame_sp.get())); in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersHelpers.h | 145 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectChild.cpp | 168 llvm::expectedToOptional(GetCompilerType().GetBitSize( in UpdateValue()
|
| H A D | ValueObject.cpp | 1291 new_val_sp->GetCompilerType().GetBitSize(target.get()))) in SetValueFromInteger()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 775 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() function in CompilerType 778 return type_system_sp->GetBitSize(m_type, exe_scope); in GetBitSize() 784 auto bit_size_or_err = GetBitSize(exe_scope); in GetByteSize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 360 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues() 432 llvm::expectedToOptional(compiler_type.GetBitSize(frame_sp.get())); in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 401 llvm::Expected<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
|
| H A D | TypeSystem.h | 316 GetBitSize(lldb::opaque_compiler_type_t type,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1451 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues() 1558 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_arm.cpp | 1456 llvm::expectedToOptional(compiler_type.GetBitSize(&thread))) in GetArgumentValues() 1564 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 832 auto bit_size_or_err = GetBitSize(type, exe_scope); in GetByteSize() 839 GetBitSize(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 4793 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, in GetBitSize() function in TypeSystemClang 6292 base_class_clang_type.GetBitSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 143 llvm::expectedToOptional(value_type.GetBitSize(&thread)); in GetArgumentValues()
|
| H A D | ABISysV_arm64.cpp | 217 llvm::expectedToOptional(value_type.GetBitSize(&thread)); in GetArgumentValues()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 805 llvm::expectedToOptional(return_compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 301 auto bit_size_or_err = m_result_type.GetBitSize(target_sp.get()); in CreateResultVariable()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1991 llvm::expectedToOptional(clang_type.GetBitSize(nullptr)); in MakeAPValue()
|