Searched refs:log2align (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | Section.cpp | 158 uint32_t log2align, uint32_t flags, in Section() argument 164 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section() 180 uint32_t log2align, uint32_t flags, in Section() argument 186 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Section.h | 106 lldb::offset_t file_size, uint32_t log2align, uint32_t flags, 117 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1823 elf::elf_xword log2align = in CreateSections() local 1837 log2align, // Alignment of the section in CreateSections()
|