Searched refs:EmitZeros (Results 1 – 7 of 7) sorted by relevance
136 void EmitZeros(uint64_t NumBytes) override;
585 virtual void EmitZeros(uint64_t NumBytes);
1262 OutStreamer.EmitZeros(NewOffset - Offset); in EmitConstantPool()1915 AP.OutStreamer.EmitZeros(Padding); in emitGlobalConstantDataSequential()1947 AP.OutStreamer.EmitZeros(Padding); in emitGlobalConstantVector()1972 AP.OutStreamer.EmitZeros(PadSize); in emitGlobalConstantStruct()2023 AP.OutStreamer.EmitZeros(DL.getTypeAllocSize(CFP->getType()) - in emitGlobalConstantFP()2183 return AP.OutStreamer.EmitZeros(Size); in emitGlobalConstantImpl()
168 OutStreamer.EmitZeros(4 - Size); in EmitGlobalVariable()
416 void MCObjectStreamer::EmitZeros(uint64_t NumBytes) { in EmitZeros() function in MCObjectStreamer
141 void MCStreamer::EmitZeros(uint64_t NumBytes) { in EmitZeros() function in MCStreamer
1620 OutStreamer.EmitZeros(MI->getOperand(1).getImm()); in EmitInstruction()