Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h168 lldb::offset_t m_alignment = member
H A DClangExpressionDeclMap.cpp396 jit_vars->m_alignment = alignment; in AddValueToStruct()
/openbsd-src/gnu/llvm/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.cpp1071 Malloc(record.m_size, record.m_alignment, record.m_permissions, in CommitOneAllocation()
1143 (unsigned long long)m_process_address, (unsigned)m_alignment, in dump()
H A DIRMemoryMap.cpp276 m_alignment(alignment) { in Allocation()
/openbsd-src/gnu/llvm/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()