Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i109 GetAlignment ();
144 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtarget.cpp88 std::size_t TargetCharacteristics::GetAlignment( in GetAlignment() function in Fortran::evaluate::TargetCharacteristics
99 return GetAlignment(category, kind) > 0; in IsTypeEnabled()
H A Dtype.cpp130 std::size_t DynamicType::GetAlignment( in GetAlignment() function in Fortran::evaluate::DynamicType
137 return targetCharacteristics.GetAlignment(category_, kind_); in GetAlignment()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSection.h83 uint32_t GetAlignment();
/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py49 self.assertEqual(section.GetAlignment(), 0x1000)
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtarget.h68 std::size_t GetAlignment(
H A Dtype.h156 std::size_t GetAlignment(const TargetCharacteristics &) const;
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DMaterializer.h129 uint32_t GetAlignment() { return m_alignment; } in GetAlignment() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp338 chars->type().GetAlignment(targetCharacteristics)}; in GetSizeAndAlignment()
344 chars->type().GetAlignment(targetCharacteristics)}; in GetSizeAndAlignment()
H A Ddata-to-inits.cpp677 dyType->GetAlignment(foldingContext.targetCharacteristics())}) { in ComputeMinElementBytes()
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp245 uint32_t SBSection::GetAlignment() { in GetAlignment() function in SBSection
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp41 uint32_t alignment = entity.GetAlignment(); in AddStructMember()