Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h56 const MCAsmInfo &getMAI() const { return MAI; } in getMAI() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h76 MCAsmInfo const &getMAI() const { return MAI; } in getMAI() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp805 if (Lexer.getMAI().getDollarIsPC()) { in parsePrimaryExpr()
2872 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) && in parseDirectiveAlign()
3863 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
3868 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()