Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypeCache.h69 CharUnits getIntSize() const { in getIntSize() function
DCGBlocks.cpp302 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()
304 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign())); in initializeForBlockHeader()
307 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()
748 getIntSize(), "block.flags"); in EmitBlockLiteral()
750 getIntSize(), "block.reserved"); in EmitBlockLiteral()
2233 getIntSize(), "byref.flags"); in emitByrefStructureInit()
2237 storeHeaderField(V, getIntSize(), "byref.size"); in emitByrefStructureInit()
DMicrosoftCXXABI.cpp2107 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypeCache.h75 CharUnits getIntSize() const { in getIntSize() function
DCGBlocks.cpp461 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader()
463 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader()
470 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()
490 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()
492 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign())); in initializeForBlockHeader()
494 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()
873 getIntSize(), "block.flags"); in EmitBlockLiteral()
874 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral()
879 getIntSize(), "block.size"); in EmitBlockLiteral()
882 getIntSize(), "block.align"); in EmitBlockLiteral()
[all …]
DMicrosoftCXXABI.cpp2238 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()