Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp111 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
123 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
H A DCxxStringTypes.cpp127 std::optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in WCharStringSummaryProvider()
187 std::optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in WCharSummaryProvider()
H A DLibStdcpp.cpp301 std::optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in LibStdcppWStringSummaryProvider()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/openbsd-src/gnu/llvm/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 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp397 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
466 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
661 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
704 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h140 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectChild.cpp166 if (auto type_bit_size = GetCompilerType().GetBitSize( in UpdateValue()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp552 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() function in CompilerType
555 return type_system_sp->GetBitSize(m_type, exe_scope); in GetBitSize()
561 if (std::optional<uint64_t> bit_size = GetBitSize(exe_scope)) in GetByteSize()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h332 std::optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h290 GetBitSize(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1352 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
1458 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_arm.cpp1357 if (std::optional<uint64_t> size = compiler_type.GetBitSize(&thread)) in GetArgumentValues()
1464 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h746 if (std::optional<uint64_t> bit_size = GetBitSize(type, exe_scope)) in GetByteSize()
751 std::optional<uint64_t> GetBitSize(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4732 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, in GetBitSize() function in TypeSystemClang
6303 base_class_clang_type.GetBitSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp771 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp303 std::optional<uint64_t> bit_size = m_result_type.GetBitSize(target_sp.get()); in CreateResultVariable()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2056 std::optional<uint64_t> size = clang_type.GetBitSize(nullptr); in ParseTemplateDIE()