Searched refs:setAllowAutoPadding (Results 1 – 7 of 7) sorted by relevance
234 Streamer.setAllowAutoPadding(false); in emitFunctions()240 Streamer.setAllowAutoPadding(false); in emitFunctions()243 Streamer.setAllowAutoPadding(OriginalAllowAutoPadding); in emitFunctions()
287 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding() function
304 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding() function
36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
89 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()
566 F->setAllowAutoPadding(CanPadInst); in emitInstructionEnd()
94 OS.setAllowAutoPadding(b); in changeAndComment()