Searched refs:getIntSize (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenTypeCache.h | 69 CharUnits getIntSize() const { in getIntSize() function
|
D | CGBlocks.cpp | 302 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()
|
D | MicrosoftCXXABI.cpp | 2107 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenTypeCache.h | 75 CharUnits getIntSize() const { in getIntSize() function
|
D | CGBlocks.cpp | 461 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 …]
|
D | MicrosoftCXXABI.cpp | 2238 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()
|