Lines Matching refs:MCAsmMacro

430   std::deque<MCAsmMacro> MacroLikeBodies;
595 const MCAsmMacro *M, SMLoc NameLoc,
602 bool handleMacroInvocation(const MCAsmMacro *M, SMLoc NameLoc);
614 parseMacroArguments(const MCAsmMacro *M, MCAsmMacroArguments &A,
1036 MCAsmMacro *parseMacroLikeBody(SMLoc DirectiveLoc);
1037 void instantiateMacroLikeBody(MCAsmMacro *M, SMLoc DirectiveLoc,
1039 void instantiateMacroLikeBody(MCAsmMacro *M, SMLoc DirectiveLoc,
1189 const llvm::MCAsmMacro *M = getContext().lookupMacro(IDLower); in expandMacros()
2273 if (const MCAsmMacro *M = getContext().lookupMacro(IDVal.lower())) { in parseStatement()
3095 bool MasmParser::parseMacroArguments(const MCAsmMacro *M, in parseMacroArguments()
3210 bool MasmParser::handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc, in handleMacroEntry()
3273 bool MasmParser::handleMacroInvocation(const MCAsmMacro *M, SMLoc NameLoc) { in handleMacroInvocation()
5884 MCAsmMacro Macro(Name, Body, std::move(Parameters), std::move(Locals), in parseDirectiveMacro()
6806 MCAsmMacro *MasmParser::parseMacroLikeBody(SMLoc DirectiveLoc) { in parseMacroLikeBody()
6887 MCAsmMacro M = MacroLikeBodies.back(); in expandStatement()
6905 void MasmParser::instantiateMacroLikeBody(MCAsmMacro *M, SMLoc DirectiveLoc, in instantiateMacroLikeBody()
6909 void MasmParser::instantiateMacroLikeBody(MCAsmMacro *M, SMLoc DirectiveLoc, in instantiateMacroLikeBody()
6949 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveRepeat()
6978 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveWhile()
7066 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveFor()
7116 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveForc()