Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DMaterializer.h129 uint32_t GetAlignment() { return m_alignment; } in GetAlignment()
138 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
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h168 lldb::offset_t m_alignment = member
H A DClangExpressionDeclMap.cpp397 jit_vars->m_alignment = alignment; in AddValueToStruct()
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp67 m_alignment = g_default_var_alignment; in EntityPersistentVariable()
436 m_alignment = g_default_var_alignment; in EntityVariableBase()
919 m_alignment = g_default_var_alignment; in EntityResultVariable()
1197 m_alignment = g_default_var_alignment; in EntitySymbol()
1316 m_alignment = m_register_info.byte_size; in EntityRegister()
H A DIRExecutionUnit.cpp1070 Malloc(record.m_size, record.m_alignment, record.m_permissions, in CommitOneAllocation()
1142 (unsigned long long)m_process_address, (unsigned)m_alignment, in dump()
H A DIRMemoryMap.cpp276 m_alignment(alignment) { in Allocation()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h185 uint32_t m_alignment; member
H A DAppleObjCClassDescriptorV2.cpp361 m_alignment = extractor.GetU32_unchecked(&cursor); in Read()