Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/opencsd/decoder/source/
HDtrc_frame_deformatter.cpp55 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()
HDtrc_frame_deformatter_impl.h144 uint32_t m_alignment; variable
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDMaterializer.h130 uint32_t GetAlignment() { return m_alignment; } in GetAlignment()
139 uint32_t m_alignment = 1;
HDIRExecutionUnit.h344 unsigned m_alignment; member
352 m_alignment(alignment), m_section_id(section_id) { in AllocationRecord()
HDIRMemoryMap.h103 uint8_t m_alignment; ///< The alignment of the requested allocation. member
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionVariable.h172 lldb::offset_t m_alignment = member
HDClangExpressionDeclMap.cpp394 jit_vars->m_alignment = alignment; in AddValueToStruct()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDMaterializer.cpp68 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()
HDIRExecutionUnit.cpp1072 Malloc(record.m_size, record.m_alignment, record.m_permissions, in CommitOneAllocation()
1144 (unsigned long long)m_process_address, (unsigned)m_alignment, in dump()
HDIRMemoryMap.cpp301 m_alignment(alignment) { in Allocation()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCClassDescriptorV2.h192 uint32_t m_alignment; member
HDAppleObjCClassDescriptorV2.cpp363 m_alignment = extractor.GetU32_unchecked(&cursor); in Read()