Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypeCache.h88 unsigned char PointerAlignInBytes; member
110 return CharUnits::fromQuantity(PointerAlignInBytes); in getPointerAlign()
H A DCGCXX.cpp278 CGF.Builder.CreateAlignedLoad(VFuncPtr, CGF.PointerAlignInBytes); in BuildAppleKextVirtualCall()
H A DCodeGenModule.cpp112 PointerAlignInBytes = in CodeGenModule()
2073 CharUnits Alignment = CharUnits::fromQuantity(PointerAlignInBytes); in GetAddrOfUuidDescriptor()
H A DCGObjC.cpp2252 dst.getAlignment() >= CharUnits::fromQuantity(PointerAlignInBytes))) { in EmitARCStoreStrong()