Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h139 AlignmentSource getAlignmentSource() const { return alignSource; } in getAlignmentSource() function
143 setAlignmentSource(info.getAlignmentSource()); in mergeForCast()
H A DCIRGenExpr.cpp392 LValueBaseInfo fieldBaseInfo(baseInfo.getAlignmentSource()); in emitLValueForBitField()
404 AlignmentSource baseAlignSource = baseInfo.getAlignmentSource(); in emitLValueForField()
480 AlignmentSource fieldAlignSource = baseInfo.getAlignmentSource(); in emitLValueForFieldInitialization()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h171 AlignmentSource getAlignmentSource() const { return AlignSource; }
175 setAlignmentSource(Info.getAlignmentSource());
H A DCGExpr.cpp1351 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()
5190 LValueBaseInfo FieldBaseInfo(BaseInfo.getAlignmentSource()); in EmitLValueForField()
5200 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()
5332 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()
5511 std::max(Info.LHS->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()
5512 Info.RHS->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
H A DCGExprCXX.cpp1650 if (BaseInfo.getAlignmentSource() != AlignmentSource::Decl) in EmitCXXNewExpr()