Searched refs:allowAutoPadding (Results 1 – 4 of 4) sorted by relevance
49 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
167 bool allowAutoPadding() const override;460 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend465 return allowAutoPadding() && TargetPrefixMax != 0 && X86PadForBranchAlign; in allowEnhancedRelaxation()569 assert(allowAutoPadding() && "incorrect initialization!"); in canPadBranches()
37 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
90 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()