Searched refs:expandMacro (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp259 bool expandMacro(raw_svector_ostream &OS, StringRef Body,
1905 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, function in class:AsmParser
2268 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc()))
3540 // are likely to be positional parameters. This is what expandMacro() is
4512 if (expandMacro(OS, M->Body, None, None, false, getTok().getLoc()))
4553 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc()))
4602 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc()))

Completed in 64 milliseconds