Searched refs:getMAI (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.h41 MCAsmInfo const &getMAI() const { return MAI; } function in class:llvm::HexagonInstPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h51 const MCAsmInfo &getMAI() const { return MAI; } function in class:llvm::AsmLexer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1095 if (Lexer.getMAI().getDollarIsPC()) {
3336 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) &&
4901 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType();
4906 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||

Completed in 104 milliseconds