Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h245 uint32_t GetLog2Align() { return m_log2align; } in GetLog2Align()
247 void SetLog2Align(uint32_t align) { m_log2align = align; } in SetLog2Align()
270 uint32_t m_log2align; // log_2(align) of the section (i.e. section has to be variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp156 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
178 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()