Searched defs:bitfield_bit_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp27 ValueObjectChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type ) argument
H A DValueObjectConstResultChild.cpp19 ValueObjectConstResultChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent ) argument
H A DDataExtractor.cpp732 DataExtractor::GetMaxU64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset) const argument
748 DataExtractor::GetMaxS64Bitfield (offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset) const argument
H A DValueObject.cpp467 const uint32_t bitfield_bit_size = GetBitfieldBitSize(); local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp377 uint32_t bitfield_bit_size = 0; local
624 const uint32_t bitfield_bit_size = m_opaque_ap->GetBitfieldBitSize(); local
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h667 SetBitfieldBitSize (uint32_t bitfield_bit_size) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1676 ClangASTContext::FieldIsBitfield (FieldDecl* field, uint32_t& bitfield_bit_size) argument
H A DClangASTType.cpp4384 AddFieldToRecordType(const char *name, const ClangASTType &field_clang_type, AccessType access, uint32_t bitfield_bit_size) argument
5589 DumpValue(ExecutionContext *exe_ctx, Stream *s, lldb::Format format, const lldb_private::DataExtractor &data, lldb::offset_t data_byte_offset, size_t data_byte_size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool show_types, bool show_summary, bool verbose, uint32_t depth) argument
[all...]

Completed in 195 milliseconds