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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h53 uint32_t bitfield_bit_size; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultChild.cpp24 ValueObjectConstResultChild( ValueObject &parent, const CompilerType &compiler_type, 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, lldb::addr_t live_address, uint64_t language_flags) argument
H A DValueObjectChild.cpp29 ValueObjectChild( ValueObject &parent, const CompilerType &compiler_type, 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, uint64_t language_flags) argument
58 AdjustForBitfieldness(ConstString &name, uint8_t bitfield_bit_size) argument
H A DValueObject.cpp439 const uint32_t bitfield_bit_size = GetBitfieldBitSize(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp250 BuildType(ClangASTContext &clang_ast_ctx, StringLexer &type, bool for_expression, uint32_t *bitfield_bit_size) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp576 GetMaxU64Bitfield(offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset) const argument
604 GetMaxS64Bitfield(offset_t *offset_ptr, size_t size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h353 void SetBitfieldBitSize(uint32_t bitfield_bit_size) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp464 uint32_t bitfield_bit_size = 0; local
734 const uint32_t bitfield_bit_size = m_opaque_up->GetBitfieldBitSize(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp720 DumpValue(ExecutionContext *exe_ctx, Stream *s, lldb::Format format, const 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
734 DumpTypeValue(Stream *s, lldb::Format format, const DataExtractor &data, lldb::offset_t byte_offset, size_t byte_size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, ExecutionContextScope *exe_scope) argument
H A DClangASTContext.cpp1534 FieldIsBitfield(FieldDecl *field, uint32_t &bitfield_bit_size) argument
6864 AddFieldToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &field_clang_type, AccessType access, uint32_t bitfield_bit_size) argument
7987 DumpValue( lldb::opaque_compiler_type_t type, 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 245 milliseconds