Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h107 uint32_t GetAlignment() { return m_alignment; } in GetAlignment()
116 uint32_t m_alignment = 1;
H A DIRExecutionUnit.h349 unsigned m_alignment; member
357 m_sect_type(sect_type), m_size(size), m_alignment(alignment), in AllocationRecord()
H A DIRMemoryMap.h103 uint8_t m_alignment; ///< The alignment of the requested allocation. member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h162 lldb::offset_t m_alignment = member
H A DClangExpressionDeclMap.cpp376 jit_vars->m_alignment = alignment; in AddValueToStruct()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp57 m_alignment = 8; in EntityPersistentVariable()
421 m_alignment = 8; in EntityVariable()
777 m_alignment = 8; in EntityResultVariable()
1055 m_alignment = 8; in EntitySymbol()
1174 m_alignment = m_register_info.byte_size; in EntityRegister()
H A DIRExecutionUnit.cpp1155 Malloc(record.m_size, record.m_alignment, record.m_permissions, in CommitOneAllocation()
1227 (unsigned long long)m_process_address, (unsigned)m_alignment, in dump()
H A DIRMemoryMap.cpp275 m_alignment(alignment) { in Allocation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h185 uint32_t m_alignment; member
H A DAppleObjCClassDescriptorV2.cpp348 m_alignment = extractor.GetU32_unchecked(&cursor); in Read()