Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp164 CGM.PointerAlignInBytes); in EmitOpenMPUpdateLocation()
549 /*Volatile=*/false, CGM.PointerAlignInBytes, in EmitOMPThreadPrivateVarDefinition()
558 /*Volatile=*/false, CGM.PointerAlignInBytes, in EmitOMPThreadPrivateVarDefinition()
583 /*Volatile=*/false, CGM.PointerAlignInBytes, in EmitOMPThreadPrivateVarDefinition()
H A DCodeGenModule.h146 unsigned char PointerAlignInBytes; member
H A DCGBlocks.cpp1899 CharUnits::fromQuantity(CGM.PointerAlignInBytes)); in buildByrefHelpers()
H A DCGObjC.cpp2083 dst.getAlignment() >= CharUnits::fromQuantity(PointerAlignInBytes))) { in EmitARCStoreStrong()
H A DItaniumCXXABI.cpp874 Offset->setAlignment(CGF.PointerAlignInBytes); in emitVirtualObjectDelete()
H A DCodeGenModule.cpp105 PointerAlignInBytes = in CodeGenModule()