Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_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()
H A Dtrc_frame_deformatter_impl.h144 uint32_t m_alignment; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h130 uint32_t GetAlignment() { return m_alignment; } in GetAlignment()
139 uint32_t m_alignment = 1;
H A DIRExecutionUnit.h344 unsigned m_alignment; member
352 m_alignment(alignment), m_section_id(section_id) { in AllocationRecord()
H A DIRMemoryMap.h103 uint8_t m_alignment; ///< The alignment of the requested allocation. member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h172 lldb::offset_t m_alignment = member
H A DClangExpressionDeclMap.cpp394 jit_vars->m_alignment = alignment; in AddValueToStruct()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.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()
H A DIRExecutionUnit.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()
H A DIRMemoryMap.cpp301 m_alignment(alignment) { in Allocation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h192 uint32_t m_alignment;
191 uint32_t m_alignment; global() member
H A DAppleObjCClassDescriptorV2.cpp363 m_alignment = extractor.GetU32_unchecked(&cursor); in Read()