Home
last modified time | relevance | path

Searched refs:GetBitSize (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp119 type.GetBitSize(ctx.GetBestExecutionContextScope())); in GetChildAtIndex()
131 type.GetBitSize(ctx.GetBestExecutionContextScope())); in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp279 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 DABISysV_x86_64.cpp274 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 DABIMacOSX_i386.cpp169 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues()
280 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp186 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp399 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 DABISysV_ppc64.cpp276 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 DFormattersHelpers.h145 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectChild.cpp168 llvm::expectedToOptional(GetCompilerType().GetBitSize( in UpdateValue()
H A DValueObject.cpp1291 new_val_sp->GetCompilerType().GetBitSize(target.get()))) in SetValueFromInteger()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp775 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 DABISysV_s390x.cpp360 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 DCompilerType.h401 llvm::Expected<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h316 GetBitSize(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1451 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetArgumentValues()
1558 llvm::expectedToOptional(compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
H A DABISysV_arm.cpp1456 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 DTypeSystemClang.h832 auto bit_size_or_err = GetBitSize(type, exe_scope); in GetByteSize()
839 GetBitSize(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4793 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 DABIMacOSX_arm64.cpp143 llvm::expectedToOptional(value_type.GetBitSize(&thread)); in GetArgumentValues()
H A DABISysV_arm64.cpp217 llvm::expectedToOptional(value_type.GetBitSize(&thread)); in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp805 llvm::expectedToOptional(return_compiler_type.GetBitSize(&thread)); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp301 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 DDWARFASTParserClang.cpp1991 llvm::expectedToOptional(clang_type.GetBitSize(nullptr)); in MakeAPValue()