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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } function in class:lldb_private::Flags
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp90 type.GetBitSize(ctx.GetBestExecutionContextScope());
102 type.GetBitSize(ctx.GetBestExecutionContextScope());
H A DCxxStringTypes.cpp128 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr);
251 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr);
H A DLibStdcpp.cpp300 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h136 size_t GetBitSize() const { return ptr_size << 3; } function in struct:lldb_private::formatters::InferiorSizedWord
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp478 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { function in class:CompilerType
480 return m_type_system->GetBitSize(m_type, exe_scope);
486 if (llvm::Optional<uint64_t> bit_size = GetBitSize(exe_scope))
H A DClangASTContext.cpp4399 ClangASTContext::GetBitSize(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
5829 base_class_clang_type.GetBitSize(get_exe_scope());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h257 llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
H A DClangASTContext.h654 if (llvm::Optional<uint64_t> bit_size = GetBitSize(type, exe_scope))
660 GetBitSize(lldb::opaque_compiler_type_t type,
H A DTypeSystem.h264 GetBitSize(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp190 if (auto type_bit_size = GetCompilerType().GetBitSize(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp395 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
464 compiler_type.GetBitSize(frame_sp.get());
659 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
704 field_compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp371 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
442 compiler_type.GetBitSize(frame_sp.get());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp825 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
934 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp421 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
492 compiler_type.GetBitSize(frame_sp.get());
742 field_compiler_type.GetBitSize(&thread);
784 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1254 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
1325 compiler_type.GetBitSize(frame_sp.get());
1541 field_compiler_type.GetBitSize(&thread);
1591 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp271 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
342 compiler_type.GetBitSize(frame_sp.get());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1474 if (llvm::Optional<uint64_t> size = compiler_type.GetBitSize(&thread))
1581 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1471 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
1577 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp806 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp309 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp316 m_result_type.GetBitSize(exe_ctx.GetBestExecutionContextScope());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1768 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1763 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1899 llvm::Optional<uint64_t> size = clang_type.GetBitSize(nullptr);

Completed in 397 milliseconds