Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp225 return (1 << section_sp->GetLog2Align()); in GetAlignment()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h242 uint32_t GetLog2Align() { return m_log2align; } in GetLog2Align() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp252 vmaddrheuristic += 2 << section_sp->GetLog2Align(); in updateSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1887 uint32_t alignment = section->GetLog2Align(); in FindMatchingSection()
1894 sect->GetLog2Align() == alignment) { in FindMatchingSection()