Home
last modified time | relevance | path

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

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