Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h242 uint32_t GetLog2Align() { return m_log2align; } in GetLog2Align()
244 void SetLog2Align(uint32_t align) { m_log2align = align; } in SetLog2Align()
274 uint32_t m_log2align; // log_2(align) of the section (i.e. section has to be variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp168 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
184 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()