Searched refs:setAllowAutoPadding (Results 1 – 7 of 7) sorted by relevance
64 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in SystemZHLASMAsmStreamer()
359 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding() function
323 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding() function
36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
88 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()
555 F->setAllowAutoPadding(canPadInst(Inst, OS)); in emitInstructionEnd()
105 OS.setAllowAutoPadding(b); in changeAndComment()