Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp197 const auto log2align = section.log2align.value_or(0); in CreateSections() local
203 file_size, log2align, flags); in CreateSections()
208 file_offset, file_size, log2align, flags); in CreateSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h111 std::optional<uint64_t> log2align; member
136 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
147 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp165 lldb::offset_t file_size, uint32_t log2align, uint32_t flags, in Section() argument
171 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
180 lldb::offset_t file_size, uint32_t log2align, uint32_t flags, in Section() argument
186 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
697 o.map("alignment", section.log2align) && in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1927 elf::elf_xword log2align = in CreateSections() local
1941 log2align, // Alignment of the section in CreateSections()