Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp113 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
125 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
H A DCxxStringTypes.cpp126 std::optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in WCharStringSummaryProvider()
186 std::optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in WCharSummaryProvider()
H A DLibStdcpp.cpp316 std::optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in LibStdcppWStringSummaryProvider()
/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.cpp278 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
349 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
565 field_compiler_type.GetBitSize(&thread); in FlattenAggregateType()
615 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp271 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
342 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
592 field_compiler_type.GetBitSize(&thread); in FlattenAggregateType()
634 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABIMacOSX_i386.cpp168 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
277 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp185 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp398 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
467 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
662 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
705 field_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_ppc64.cpp275 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
346 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h138 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp166 if (auto type_bit_size = GetCompilerType().GetBitSize( in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp737 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() function in CompilerType
740 return type_system_sp->GetBitSize(m_type, exe_scope); in GetBitSize()
746 if (std::optional<uint64_t> bit_size = GetBitSize(exe_scope)) in GetByteSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp359 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
430 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h381 std::optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h295 GetBitSize(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1456 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
1562 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_arm.cpp1462 if (std::optional<uint64_t> size = compiler_type.GetBitSize(&thread)) in GetArgumentValues()
1569 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h821 if (std::optional<uint64_t> bit_size = GetBitSize(type, exe_scope)) in GetByteSize()
826 std::optional<uint64_t> GetBitSize(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4672 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, in GetBitSize() function in TypeSystemClang
6178 base_class_clang_type.GetBitSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp145 std::optional<uint64_t> bit_size = value_type.GetBitSize(&thread); in GetArgumentValues()
H A DABISysV_arm64.cpp150 std::optional<uint64_t> bit_size = value_type.GetBitSize(&thread); in GetArgumentValues()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp809 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp304 std::optional<uint64_t> bit_size = m_result_type.GetBitSize(target_sp.get()); in CreateResultVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2102 std::optional<uint64_t> size = clang_type.GetBitSize(nullptr); in ParseTemplateDIE()