Searched defs:bit_size (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_tnt_cache.c71 uint8_t bit_size; local
H A Dpt_packet.c182 uint8_t bit_size; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp89 llvm::Optional<uint64_t> bit_size = local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h178 uint64_t bit_size = 0; member in struct:DWARFASTParserClang::FieldInfo
H A DDWARFASTParserClang.cpp2380 size_t bit_size = 0; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp143 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread); local
H A DABISysV_arm64.cpp148 llvm::Optional<uint64_t> bit_size = value_type.GetBitSize(&thread); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp167 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
H A DABISysV_i386.cpp184 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
H A DABISysV_x86_64.cpp269 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
H A DABIWindows_x86_64.cpp276 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h44 uint64_t bit_size = 0; member in struct:lldb_private::ClangASTImporter::LayoutInfo
H A DClangASTImporter.cpp515 LayoutRecordType( const clang::RecordDecl *record_decl, uint64_t &bit_size, uint64_t &alignment, llvm::DenseMap<const clang::FieldDecl *, uint64_t> &field_offsets, llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> &base_offsets, llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> &vbase_offsets) argument
H A DIRForTarget.cpp309 llvm::Optional<uint64_t> bit_size = local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1471 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2136 uint32_t bit_size = piece_byte_size * 8; local
2349 uint64_t bit_size; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp273 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
H A DABISysV_ppc.cpp397 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp373 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1243 auto bit_size = member->getLength(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp237 Scalar::Type Scalar::GetBestTypeForBitSize(size_t bit_size, bool sign) { argument
1262 ExtractBitfield(uint32_t bit_size, uint32_t bit_offset) argument
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/include/
H A Dintel-pt.h599 uint8_t bit_size; member in struct:pt_packet_tnt
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2885 const uint8_t bit_size = 1 + bf_bit_size(hdr); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp794 static inline bool QualTypeMatchesBitSize(const uint64_t bit_size, argument
801 GetBuiltinTypeForEncodingAndBitSize(Encoding encoding, size_t bit_size) argument
947 GetBuiltinTypeForDWARFEncodingAndBitSize( llvm::StringRef type_name, uint32_t dw_ate, uint32_t bit_size) argument
2200 GetIntTypeFromBitSize(size_t bit_size, bool is_signed) argument
4551 const size_t bit_size = byte_size * 8; local
4584 uint64_t bit_size = 0; local
4607 const uint32_t bit_size = getASTContext().getTypeSize(qual_type); local
[all...]

Completed in 200 milliseconds