Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp55 m_alignment(16), // assume frame aligned data as default. in TraceFmtDcdImpl()
68 m_alignment(16) in TraceFmtDcdImpl()
248 if(dataBlockSize % m_alignment) // must be correctly aligned data in processTraceData()
252 sprintf(msg_buffer,"Input block incorrect size, must be %d byte multiple", m_alignment); in processTraceData()
328 m_alignment = 16; in DecodeConfigure()
330 m_alignment = 4; in DecodeConfigure()
332 m_alignment = 2; in DecodeConfigure()
H A Dtrc_frame_deformatter_impl.h134 uint32_t m_alignment; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h96 Entity() : m_alignment(1), m_size(0), m_offset(0) {} in Entity()
110 uint32_t GetAlignment() { return m_alignment; } in GetAlignment()
121 uint32_t m_alignment; variable
H A DIRExecutionUnit.h373 unsigned m_alignment; member
381 m_sect_type(sect_type), m_size(size), m_alignment(alignment), in AllocationRecord()
H A DIRMemoryMap.h106 uint8_t m_alignment; ///< The alignment of the requested allocation. member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h181 JITVars() : m_alignment(0), m_size(0), m_offset(0) {} in JITVars()
184 m_alignment; ///< The required alignment of the variable, in bytes member
H A DClangExpressionDeclMap.cpp482 jit_vars->m_alignment = alignment; in AddValueToStruct()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp59 m_alignment = bit_alignment / 8; in SetSizeAndAlignmentFromType()
71 m_alignment = 8; in EntityPersistentVariable()
432 m_alignment = 8; in EntityVariable()
782 m_alignment = 8; in EntityResultVariable()
1055 m_alignment = 8; in EntitySymbol()
1170 m_alignment = m_register_info.byte_size; in EntityRegister()
H A DIRExecutionUnit.cpp1111 Malloc(record.m_size, record.m_alignment, record.m_permissions, in CommitOneAllocation()
1182 (unsigned long long)m_process_address, (unsigned)m_alignment, in dump()
H A DIRMemoryMap.cpp276 m_alignment(alignment) { in Allocation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h174 uint32_t m_alignment; member
H A DAppleObjCClassDescriptorV2.cpp313 m_alignment = extractor.GetU32_unchecked(&cursor); in Read()