Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBSection.i109 GetAlignment ();
144 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h83 uint32_t GetAlignment();
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DMaterializer.h129 uint32_t GetAlignment() { return m_alignment; } in GetAlignment() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBSection.cpp245 uint32_t SBSection::GetAlignment() { in GetAlignment() function in SBSection
/openbsd/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp42 uint32_t alignment = entity.GetAlignment(); in AddStructMember()