Searched refs:m_alignment (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_frame_deformatter.cpp | 55 m_alignment(16), // assume frame aligned data as default. in TraceFmtDcdImpl() 69 m_alignment(16) in TraceFmtDcdImpl() 254 if(dataBlockSize % m_alignment) // must be correctly aligned data in processTraceData() 258 sprintf(msg_buffer,"Input block incorrect size, must be %d byte multiple", m_alignment); in processTraceData() 333 m_alignment = 16; in DecodeConfigure() 336 m_alignment = 2; in DecodeConfigure() 339 m_alignment = 4; in DecodeConfigure()
|
H A D | trc_frame_deformatter_impl.h | 144 uint32_t m_alignment; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | Materializer.h | 130 uint32_t GetAlignment() { return m_alignment; } in GetAlignment() 139 uint32_t m_alignment = 1;
|
H A D | IRExecutionUnit.h | 344 unsigned m_alignment; member 352 m_alignment(alignment), m_section_id(section_id) { in AllocationRecord()
|
H A D | IRMemoryMap.h | 103 uint8_t m_alignment; ///< The alignment of the requested allocation. member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionVariable.h | 172 lldb::offset_t m_alignment = member
|
H A D | ClangExpressionDeclMap.cpp | 394 jit_vars->m_alignment = alignment; in AddValueToStruct()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 68 m_alignment = g_default_var_alignment; in EntityPersistentVariable() 437 m_alignment = g_default_var_alignment; in EntityVariableBase() 920 m_alignment = g_default_var_alignment; in EntityResultVariable() 1205 m_alignment = g_default_var_alignment; in EntitySymbol() 1324 m_alignment = m_register_info.byte_size; in EntityRegister()
|
H A D | IRExecutionUnit.cpp | 1072 Malloc(record.m_size, record.m_alignment, record.m_permissions, in CommitOneAllocation() 1144 (unsigned long long)m_process_address, (unsigned)m_alignment, in dump()
|
H A D | IRMemoryMap.cpp | 301 m_alignment(alignment) { in Allocation()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.h | 192 uint32_t m_alignment; 191 uint32_t m_alignment; global() member
|
H A D | AppleObjCClassDescriptorV2.cpp | 363 m_alignment = extractor.GetU32_unchecked(&cursor); in Read()
|