Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp83 static cl::opt<unsigned> AlignAllFunctions( variable
186 if (AlignAllFunctions) in init()
187 Alignment = Align(1ULL << AlignAllFunctions); in init()