Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h55 const MCAsmInfo &getMAI() const { return MAI; } in getMAI() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp786 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()
2738 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()
3729 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
3734 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()