Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h718 unsigned getTextAlignFillValue() const { return TextAlignFillValue; } in getTextAlignFillValue() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1577 if (MAI->getTextAlignFillValue()) in emitCodeAlignment()
1578 emitAlignmentDirective(Alignment.value(), MAI->getTextAlignFillValue(), 1, in emitCodeAlignment()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3497 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()