Home
last modified time | relevance | path

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

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