Home
last modified time | relevance | path

Searched refs:AlignFunctions (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DAligner.cpp26 extern cl::opt<unsigned> AlignFunctions;
72 Function.setAlignment(opts::AlignFunctions); in alignMaxBytes()
92 Function.setAlignment(opts::AlignFunctions); in alignCompact()
H A DLongJmp.cpp22 extern cl::opt<unsigned> AlignFunctions;
292 DotAddress = alignTo(DotAddress, llvm::Align(opts::AlignFunctions)); in tentativeLayoutRelocColdPart()
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h33 extern llvm::cl::opt<unsigned> AlignFunctions;
/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp47 cl::opt<unsigned> AlignFunctions( variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp288 if (Section->getAlignment() < opts::AlignFunctions) in emitFunction()
289 Section->setAlignment(Align(opts::AlignFunctions)); in emitFunction()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1746 if (opts::AlignText < opts::AlignFunctions) in adjustCommandLineOptions()
1747 opts::AlignText = (unsigned)opts::AlignFunctions; in adjustCommandLineOptions()