Searched refs:m_alignment (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/opencsd/decoder/source/ |
| H A D | trc_frame_deformatter.cpp | 55 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 D | trc_frame_deformatter_impl.h | 134 uint32_t m_alignment; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 96 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 D | IRExecutionUnit.h | 373 unsigned m_alignment; member 381 m_sect_type(sect_type), m_size(size), m_alignment(alignment), in AllocationRecord()
|
| H A D | IRMemoryMap.h | 106 uint8_t m_alignment; ///< The alignment of the requested allocation. member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.h | 181 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 D | ClangExpressionDeclMap.cpp | 482 jit_vars->m_alignment = alignment; in AddValueToStruct()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | Materializer.cpp | 59 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 D | IRExecutionUnit.cpp | 1111 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 D | IRMemoryMap.cpp | 276 m_alignment(alignment) { in Allocation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.h | 174 uint32_t m_alignment; member
|
| H A D | AppleObjCClassDescriptorV2.cpp | 313 m_alignment = extractor.GetU32_unchecked(&cursor); in Read()
|