Home
last modified time | relevance | path

Searched refs:log2align (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp150 uint32_t log2align, uint32_t flags, in Section() argument
156 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
172 uint32_t log2align, uint32_t flags, in Section() argument
178 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h116 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
127 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1990 elf::elf_xword log2align = in CreateSections() local
2004 log2align, // Alignment of the section in CreateSections()