Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h710 unsigned getTextAlignFillValue() const { return TextAlignFillValue; } in getTextAlignFillValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1434 emitValueToAlignment(ByteAlignment, MAI->getTextAlignFillValue(), in emitCodeAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3452 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()