Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp178 Alignment = STI->getTargetLowering()->getMinFunctionAlignment(); in init()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1742 Align getMinFunctionAlignment() const { return MinFunctionAlignment; } in getMinFunctionAlignment() function