Home
last modified time | relevance | path

Searched refs:getAlignmentSource (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h160 AlignmentSource getAlignmentSource() const { return AlignSource; } in getAlignmentSource() function
164 setAlignmentSource(Info.getAlignmentSource()); in mergeForCast()
H A DCGExpr.cpp1122 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()
4413 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()
4423 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()
4553 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()
4733 std::max(Info.LHS->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()
4734 Info.RHS->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
H A DCGExprCXX.cpp1592 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()