Home
last modified time | relevance | path

Searched refs:PointerAlignInBytes (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypeCache.h99 unsigned char PointerAlignInBytes; member
121 return CharUnits::fromQuantity(PointerAlignInBytes); in getPointerAlign()
H A DCGCXX.cpp267 Ty, VFuncPtr, llvm::Align(CGF.PointerAlignInBytes)); in BuildAppleKextVirtualCall()
H A DCodeGenModule.cpp128 PointerAlignInBytes = in CodeGenModule()
3129 CharUnits Alignment = CharUnits::fromQuantity(PointerAlignInBytes); in GetAddrOfMSGuidDecl()
H A DCGObjC.cpp2534 dst.getAlignment() >= CharUnits::fromQuantity(PointerAlignInBytes))) { in EmitARCStoreStrong()