Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Evaluate/
H A Dtarget.cpp88 std::size_t TargetCharacteristics::GetAlignment( in GetAlignment()
99 return GetAlignment(category, kind) > 0; in IsTypeEnabled()
87 std::size_t TargetCharacteristics::GetAlignment( GetAlignment() function in Fortran::evaluate::TargetCharacteristics
H A Dtype.cpp154 std::size_t DynamicType::GetAlignment( in GetAlignment() function in Fortran::evaluate::DynamicType
174 return targetCharacteristics.GetAlignment(category_, kind()); in GetAlignment()
H A Dfold-logical.cpp441 int iKind{std::max<int>(target.GetAlignment(TypeCategory::Real, rKind), in IntTransferMold()
/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i31 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
/llvm-project/lldb/include/lldb/API/
H A DSBSection.h83 uint32_t GetAlignment();
/llvm-project/lldb/test/API/python_api/section/
H A DTestSectionAPI.py51 self.assertEqual(section.GetAlignment(), 0x1000)
/llvm-project/flang/include/flang/Evaluate/
H A Dtarget.h85 std::size_t GetAlignment(
H A Dtype.h166 std::size_t GetAlignment(const TargetCharacteristics &) const;
/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h130 uint32_t GetAlignment() { return m_alignment; } in GetAlignment() function
/llvm-project/flang/lib/Semantics/
H A Dcompute-offsets.cpp441 chars->type().GetAlignment(targetCharacteristics)};
447 chars->type().GetAlignment(targetCharacteristics)};
H A Ddata-to-inits.cpp710 dyType->GetAlignment(foldingContext.targetCharacteristics())}) { in ComputeMinElementBytes()
/llvm-project/lldb/source/API/
H A DSBSection.cpp220 uint32_t SBSection::GetAlignment() { in GetAlignment() function in SBSection
/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp42 uint32_t alignment = entity.GetAlignment(); in AddStructMember()