Home
last modified time | relevance | path

Searched refs:GetAlignment (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h107 uint32_t GetAlignment() { return m_alignment; } in GetAlignment() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp31 uint32_t alignment = entity.GetAlignment(); in AddStructMember()