Searched refs:EmittedSize (Results 1 – 1 of 1) sorted by relevance
1912 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local1914 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()1944 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local1946 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()