Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h722 bool hasFunctionAlignment() const { return HasFunctionAlignment; } in hasFunctionAlignment() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp733 if (MAI->hasFunctionAlignment()) in emitFunctionHeader()