Home
last modified time | relevance | path

Searched refs:getIntSize (Results 1 – 3 of 3) 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()