HomeSort by: relevance | last modified time | path
    Searched refs:getMAI (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h 42 MCAsmInfo const &getMAI() const { return MAI; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
AsmLexer.h 53 const MCAsmInfo &getMAI() const { return MAI; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 3444 if ((!HasFillExpr || Lexer.getMAI().getTextAlignFillValue() == FillExpr) &&
4979 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType();
4984 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||
MasmParser.cpp 1462 if (Lexer.getMAI().getDollarIsPC()) {
5765 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType();
5770 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||

Completed in 27 milliseconds