Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp85 static cl::opt<unsigned> AlignAllFunctions( variable
231 if (AlignAllFunctions) in init()
232 Alignment = Align(1ULL << AlignAllFunctions); in init()