Searched refs:m_alignment (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h93 Entity() : m_alignment(1), m_size(0), m_offset(0) {}
107 uint32_t GetAlignment() { return m_alignment; }
116 uint32_t m_alignment; member in class:lldb_private::Materializer::Entity
H A DIRMemoryMap.h103 uint8_t m_alignment; ///< The alignment of the requested allocation. member in struct:lldb_private::IRMemoryMap::Allocation
H A DIRExecutionUnit.h349 unsigned m_alignment; member in struct:lldb_private::IRExecutionUnit::AllocationRecord
357 m_sect_type(sect_type), m_size(size), m_alignment(alignment),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h160 JITVars() : m_alignment(0), m_size(0), m_offset(0) {}
163 m_alignment; ///< The required alignment of the variable, in bytes member in struct:lldb_private::ClangExpressionVariable::JITVars
H A DClangExpressionDeclMap.cpp358 jit_vars->m_alignment = alignment;
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter_impl.h134 uint32_t m_alignment; member in class:TraceFmtDcdImpl
H A Dtrc_frame_deformatter.cpp55 m_alignment(16), // assume frame aligned data as default.
68 m_alignment(16)
248 if(dataBlockSize % m_alignment) // must be correctly aligned data
252 sprintf(msg_buffer,"Input block incorrect size, must be %d byte multiple", m_alignment);
328 m_alignment = 16;
330 m_alignment = 4;
332 m_alignment = 2;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h180 uint32_t m_alignment; member in struct:lldb_private::ClassDescriptorV2::ivar_t
H A DAppleObjCClassDescriptorV2.cpp345 m_alignment = extractor.GetU32_unchecked(&cursor);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp57 m_alignment = 8;
418 m_alignment = 8;
774 m_alignment = 8;
1050 m_alignment = 8;
1169 m_alignment = m_register_info.byte_size;
H A DIRExecutionUnit.cpp1144 Malloc(record.m_size, record.m_alignment, record.m_permissions,
1216 (unsigned long long)m_process_address, (unsigned)m_alignment,
H A DIRMemoryMap.cpp275 m_alignment(alignment) {

Completed in 191 milliseconds