Searched refs:allowAutoPadding (Results 1 – 4 of 4) sorted by relevance
58 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
162 bool allowAutoPadding() const override;375 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend380 return allowAutoPadding() && TargetPrefixMax != 0 && X86PadForBranchAlign; in allowEnhancedRelaxation()479 assert(allowAutoPadding() && "incorrect initialization!"); in canPadBranches()
36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
86 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()