Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h748 bool hasFunctionAlignment() const { return HasFunctionAlignment; } in hasFunctionAlignment() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp902 if (MAI->hasFunctionAlignment()) in emitFunctionHeader()