Home
last modified time | relevance | path

Searched defs:bit_width (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp124 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
276 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_x86_64.cpp188 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
339 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
632 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABIWindows_x86_64.cpp204 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
346 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
613 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_i386.cpp143 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1455 size_t bit_width = 0; in GetArgumentValues() local
1562 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_arm.cpp1458 size_t bit_width = 0; in GetArgumentValues() local
1568 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp311 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
465 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
661 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_ppc64.cpp198 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
343 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp280 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
428 llvm::Optional<uint64_t> bit_width = in SetReturnValueObject() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp105 Align pref_align, uint32_t bit_width) { in get()
560 Align pref_align, uint32_t bit_width) { in setAlignment()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp148 size_t bit_width = 0; in GetArgumentValues() local
H A DABISysV_arm64.cpp147 size_t bit_width = 0; in GetArgumentValues() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp808 llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd-13.1/sys/xen/interface/
H A Dplatform.h390 uint32_t bit_width; member
433 uint8_t bit_width; member
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c3357 u32 bit_width, in ecore_grc_dump_mem_hdr()
3436 u32 bit_width, in ecore_grc_dump_mem()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7249 clang::Expr *bit_width = nullptr; in AddFieldToRecordType() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3831 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local