Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h733 bool hasFunctionAlignment() const { return HasFunctionAlignment; } in hasFunctionAlignment() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp747 if (MAI->hasFunctionAlignment()) in emitFunctionHeader()