Home
last modified time | relevance | path

Searched refs:getIntSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypeCache.h76 CharUnits getIntSize() const { in getIntSize() function
H A DCGBlocks.cpp460 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader()
462 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader()
469 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()
489 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()
493 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()
1005 getIntSize(), "block.flags"); in EmitBlockLiteral()
1006 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral()
1011 getIntSize(), "block.size"); in EmitBlockLiteral()
1014 getIntSize(), "block.align"); in EmitBlockLiteral()
2915 getIntSize(), "byref.flags"); in emitByrefStructureInit()
[all …]
H A DMicrosoftCXXABI.cpp2157 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()