Home
last modified time | relevance | path

Searched refs:GetAlignment (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i31 alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of this section as a number of host bytes.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h83 uint32_t GetAlignment();
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h130 uint32_t GetAlignment() { return m_alignment; } in GetAlignment() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp220 uint32_t SBSection::GetAlignment() { in GetAlignment() function in SBSection
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp42 uint32_t alignment = entity.GetAlignment(); in AddStructMember()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp49517 result = (uint32_t)(arg1)->GetAlignment(); in _wrap_SBSection_GetAlignment()