| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 84 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex() 96 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
|
| H A D | CxxStringTypes.cpp | 104 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 D | LibStdcpp.cpp | 301 llvm::Optional<uint64_t> size = wchar_compiler_type.GetBitSize(nullptr); in LibStdcppWStringSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Flags.h | 72 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 508 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 D | ClangASTContext.cpp | 5015 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 D | ABISysV_ppc.cpp | 401 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 D | FormattersHelpers.h | 139 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 D | ABISysV_x86_64.cpp | 1266 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 D | ABISysV_s390x.cpp | 379 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 D | ABIMacOSX_i386.cpp | 827 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 D | CompilerType.h | 293 llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
|
| H A D | TypeSystem.h | 274 virtual uint64_t GetBitSize(lldb::opaque_compiler_type_t type,
|
| H A D | ClangASTContext.h | 735 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 D | ABISysV_ppc64.cpp | 283 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 D | ABIMacOSX_arm.cpp | 1473 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 D | ABISysV_arm.cpp | 1476 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 D | ABISysV_mips.cpp | 815 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 D | ABISysV_i386.cpp | 311 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 D | ABISysV_arm64.cpp | 1770 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 D | ABIMacOSX_arm64.cpp | 1765 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 D | IRForTarget.cpp | 314 m_result_type.GetBitSize(exe_ctx.GetBestExecutionContextScope()); in CreateResultVariable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2050 llvm::Optional<uint64_t> size = clang_type.GetBitSize(nullptr); in ParseTemplateDIE()
|