Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1798 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local
1800 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()
1826 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local
1828 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()