Searched refs:allowAutoPadding (Results 1 – 5 of 5) sorted by relevance
55 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
161 bool allowAutoPadding() const override;376 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend381 return allowAutoPadding() && TargetPrefixMax != 0 && X86PadForBranchAlign; in allowEnhancedRelaxation()485 assert(allowAutoPadding() && "incorrect initialization!"); in canPadBranches()
36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
89 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()
1670 if (BC->isX86() && BC->MAB->allowAutoPadding()) { in adjustCommandLineOptions()