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.cpp297 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()
299 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign())); in initializeForBlockHeader()
302 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()
743 getIntSize(), "block.flags"); in EmitBlockLiteral()
745 getIntSize(), "block.reserved"); in EmitBlockLiteral()
2231 getIntSize(), "byref.flags"); in emitByrefStructureInit()
2235 storeHeaderField(V, getIntSize(), "byref.size"); in emitByrefStructureInit()
DMicrosoftCXXABI.cpp2099 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()