Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1725 uint64_t SizeSoFar = 0; in emitGlobalConstantStruct() local
1733 SizeSoFar += FieldSize + PadSize; in emitGlobalConstantStruct()
1743 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()