Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp215 Alignment = STI->getTargetLowering()->getMinFunctionAlignment(); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2026 Align getMinFunctionAlignment() const { return MinFunctionAlignment; } in getMinFunctionAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2241 Align TextAlign(TLI->getMinFunctionAlignment()); in emitGlobalIFunc()