Lines Matching refs:aggBuffer
1172 AggBuffer aggBuffer(ElementSize, *this); in printModuleLevelGV() local
1173 bufferAggregateConstant(Initializer, &aggBuffer); in printModuleLevelGV()
1174 if (aggBuffer.numSymbols()) { in printModuleLevelGV()
1177 !aggBuffer.allSymbolsAligned(ptrSize)) { in printModuleLevelGV()
1187 aggBuffer.printBytes(O); in printModuleLevelGV()
1193 aggBuffer.printWords(O); in printModuleLevelGV()
1200 aggBuffer.printBytes(O); in printModuleLevelGV()
1886 AggBuffer *aggBuffer) { in bufferAggregateConstant() argument
1895 aggBuffer->addBytes(&Byte, 1, 1); in bufferAggregateConstant()
1905 bufferLEByte(cast<Constant>(CPV->getOperand(i)), 0, aggBuffer); in bufferAggregateConstant()
1914 aggBuffer); in bufferAggregateConstant()
1929 bufferLEByte(cast<Constant>(CPV->getOperand(i)), Bytes, aggBuffer); in bufferAggregateConstant()