Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp84 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
96 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
H A DCxxStringTypes.cpp104 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in WCharStringSummaryProvider()
201 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFlags.h72 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp508 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() function in CompilerType
510 return m_type_system->GetBitSize(m_type, exe_scope); in GetBitSize()
516 if (llvm::Optional<uint64_t> bit_size = GetBitSize(exe_scope)) in GetByteSize()
920 llvm::Optional<uint64_t> bit_width = GetBitSize(nullptr); in SetValueFromScalar()
H A DClangASTContext.cpp5015 uint64_t ClangASTContext::GetBitSize(lldb::opaque_compiler_type_t type, in GetBitSize() function in ClangASTContext
6694 base_class_clang_type.GetBitSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp401 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
470 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
665 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
710 field_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h139 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1266 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
1337 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
1578 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
1632 field_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp379 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
450 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp827 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
936 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h293 llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h274 virtual uint64_t GetBitSize(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h735 return (GetBitSize(type, exe_scope) + 7) / 8; in GetByteSize()
738 uint64_t GetBitSize(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp283 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
354 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1473 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
1579 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1476 if (llvm::Optional<uint64_t> size = compiler_type.GetBitSize(&thread)) in GetArgumentValues()
1583 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp815 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp311 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1770 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1765 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread); in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp314 m_result_type.GetBitSize(exe_ctx.GetBestExecutionContextScope()); in CreateResultVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2050 llvm::Optional<uint64_t> size = clang_type.GetBitSize(nullptr); in ParseTemplateDIE()