Searched refs:AlignFunctions (Results 1 – 6 of 6) sorted by relevance
26 extern cl::opt<unsigned> AlignFunctions;72 Function.setAlignment(opts::AlignFunctions); in alignMaxBytes()92 Function.setAlignment(opts::AlignFunctions); in alignCompact()
22 extern cl::opt<unsigned> AlignFunctions;292 DotAddress = alignTo(DotAddress, llvm::Align(opts::AlignFunctions)); in tentativeLayoutRelocColdPart()
33 extern llvm::cl::opt<unsigned> AlignFunctions;
47 cl::opt<unsigned> AlignFunctions( variable
288 if (Section->getAlignment() < opts::AlignFunctions) in emitFunction()289 Section->setAlignment(Align(opts::AlignFunctions)); in emitFunction()
1746 if (opts::AlignText < opts::AlignFunctions) in adjustCommandLineOptions()1747 opts::AlignText = (unsigned)opts::AlignFunctions; in adjustCommandLineOptions()