Searched refs:expandMacro (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 259 bool expandMacro(raw_svector_ostream &OS, StringRef Body, 1905 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in AsmParser 2268 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc())) in handleMacroEntry() 4512 if (expandMacro(OS, M->Body, None, None, false, getTok().getLoc())) in parseDirectiveRept() 4553 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrp() 4602 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrpc()
|