Home
last modified time | relevance | path

Searched refs:alignmentAtOffset (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h182 Addr.getAlignment().alignmentAtOffset(Offset), Addr.isKnownNonNull());
204 Addr.getAlignment().alignmentAtOffset(Index * EltSize),
221 ElTy, Addr.getAlignment().alignmentAtOffset(Index * EltSize),
239 Addr.getAlignment().alignmentAtOffset(Index * EltSize),
265 Addr.getAlignment().alignmentAtOffset(Offset),
274 Addr.getAlignment().alignmentAtOffset(Offset),
291 Addr.getAlignment().alignmentAtOffset(
352 Addr.getAlignment().alignmentAtOffset(Offset)); in CreatePreserveStructAccessIndex()
H A DCGBlocks.cpp1751 CharUnits Alignment = BlockAlignment.alignmentAtOffset(Cap.getOffset()); in getBlockCaptureStr()
2458 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
H A DCGNonTrivialStruct.cpp401 StartAddrs[I].getAlignment().alignmentAtOffset(EltSize)); in visitArray()
H A DCGExprCXX.cpp1138 StartAlign.alignmentAtOffset((++i) * ElementSize)); in EmitNewArrayInitializer()
H A DCGClass.cpp286 alignment = alignment.alignmentAtOffset(nonVirtualOffset); in ApplyNonVirtualAndVirtualOffset()
H A DMicrosoftCXXABI.cpp3139 VBPtrAlign = This.getAlignment().alignmentAtOffset( in GetVBaseOffsetFromVBPtr()
H A DCGExpr.cpp3934 return arrayAlign.alignmentAtOffset(offset); in getArrayElementAlign()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h207 CharUnits alignmentAtOffset(CharUnits offset) const { in alignmentAtOffset() function
218 return alignmentAtOffset(elementSize); in alignmentOfArrayElement()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp17754 P->first.alignmentAtOffset(P->second).alignmentAtOffset(EltSize), in getAlignmentAndOffsetFromBinAddOrSub()
17926 return P->first.alignmentAtOffset(P->second); in getPresumedAlignmentOfPointer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9490 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Result.Offset); in VisitBuiltinCallExpr()
12204 CharUnits PtrAlign = BaseAlignment.alignmentAtOffset(Ptr.Offset); in VisitBuiltinCallExpr()