Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp110 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
122 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
H A DCxxStringTypes.cpp126 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in WCharStringSummaryProvider()
186 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in WCharSummaryProvider()
H A DLibStdcpp.cpp301 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in LibStdcppWStringSummaryProvider()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DFlagsTest.cpp22 TEST(Flags, GetBitSize) { in TEST() argument
26 EXPECT_EQ(32U, f.GetBitSize()); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp277 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
348 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
564 field_compiler_type.GetBitSize(&thread); in FlattenAggregateType()
614 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_x86_64.cpp270 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
341 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
591 field_compiler_type.GetBitSize(&thread); in FlattenAggregateType()
633 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABIMacOSX_i386.cpp167 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
276 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp184 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp397 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
466 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
661 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
704 field_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_ppc64.cpp274 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
345 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp482 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() function in CompilerType
484 return m_type_system->GetBitSize(m_type, exe_scope); in GetBitSize()
490 if (llvm::Optional<uint64_t> bit_size = GetBitSize(exe_scope)) in GetByteSize()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h140 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectChild.cpp168 if (auto type_bit_size = GetCompilerType().GetBitSize( in UpdateValue()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp359 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
430 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h271 llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h278 GetBitSize(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1352 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
1458 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
H A DABISysV_arm.cpp1357 if (llvm::Optional<uint64_t> size = compiler_type.GetBitSize(&thread)) in GetArgumentValues()
1464 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h729 if (llvm::Optional<uint64_t> bit_size = GetBitSize(type, exe_scope)) in GetByteSize()
735 GetBitSize(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp144 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread); in GetArgumentValues()
H A DABISysV_arm64.cpp149 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread); in GetArgumentValues()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp771 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp302 llvm::Optional<uint64_t> bit_size = m_result_type.GetBitSize(target_sp.get()); in CreateResultVariable()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1991 llvm::Optional<uint64_t> size = clang_type.GetBitSize(nullptr); in ParseTemplateDIE()

12