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

/external/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h55 const MCAsmInfo &getMAI() const { return MAI; } function in class:llvm::AsmLexer
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp798 if (Lexer.getMAI().getDollarIsPC()) {
2731 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) &&
3696 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType();
3701 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||

Completed in 163 milliseconds