Home | History | Annotate | Download | only in MCParser

Lines Matching defs:MAI

128   const MCAsmInfo &MAI;
174 /// AssemblerDialect. ~OU means unset value and use value provided by MAI.
185 const MCAsmInfo &MAI);
205 return MAI.getAssemblerDialect();
493 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
675 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
813 if (!MAI.useParensForSymbolVariant()) {
850 } else if (MAI.doesAllowAtInName() && !MAI.useParensForSymbolVariant()) {
2440 if (MAI.isLittleEndian()) {
4671 MCStreamer &Out, const MCAsmInfo &MAI) {
4672 return new AsmParser(SM, C, Out, MAI);