Home
last modified time | relevance | path

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

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