Searched refs:GetBitSize (Results 1 - 8 of 8) sorted by relevance

/external/lldb/include/lldb/Core/
H A DFlags.h89 GetBitSize() const function in class:lldb_private::Flags
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp527 const uint32_t wchar_size = wchar_clang_type.GetBitSize();
615 const uint32_t wchar_size = wchar_clang_type.GetBitSize();
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp537 clang_type.GetBitSize(),
547 clang_type.GetBitSize(),
611 size_t bit_width = clang_type.GetBitSize();
836 const size_t bit_width = return_clang_type.GetBitSize();
884 const size_t field_bit_width = field_clang_type.GetBitSize();
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h358 GetBitSize () const;
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp346 bit_width = clang_type.GetBitSize();
350 bit_width = clang_type.GetBitSize();
449 size_t bit_width = clang_type.GetBitSize();
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp649 clang_type.GetBitSize(),
657 clang_type.GetBitSize(),
763 size_t bit_width = clang_type.GetBitSize();
/external/lldb/source/Symbol/
H A DClangASTType.cpp1708 ClangASTType::GetBitSize () const function in class:ClangASTType
1729 return (GetBitSize () + 7) / 8;
2981 uint64_t base_class_clang_type_bit_size = base_class_clang_type.GetBitSize();
6305 const uint64_t bit_width = GetBitSize();
/external/lldb/source/Expression/
H A DIRForTarget.cpp583 if (m_result_type.GetBitSize() == 0)

Completed in 783 milliseconds