Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp582 bool expandMacro(raw_svector_ostream &OS, StringRef Body,
2832 bool MasmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in MasmParser
3234 if (expandMacro(OS, Body, M->Parameters, A, M->Locals, getTok().getLoc())) in handleMacroEntry()
6892 if (expandMacro(OS, M.Body, M.Parameters, Arguments, M.Locals, EndLoc)) in expandStatement()
6958 if (expandMacro(OS, M->Body, std::nullopt, std::nullopt, M->Locals, in parseDirectiveRepeat()
6992 if (expandMacro(OS, M->Body, std::nullopt, std::nullopt, M->Locals, in parseDirectiveWhile()
7076 if (expandMacro(OS, M->Body, Parameter, Arg, M->Locals, getTok().getLoc())) in parseDirectiveFor()
7130 if (expandMacro(OS, M->Body, Parameter, Arg, M->Locals, getTok().getLoc())) in parseDirectiveForc()
H A DAsmParser.cpp298 bool expandMacro(raw_svector_ostream &OS, MCAsmMacro &Macro,
2502 bool AsmParser::expandMacro(raw_svector_ostream &OS, MCAsmMacro &Macro, in expandMacro() function in AsmParser
2891 if (expandMacro(OS, *M, M->Parameters, A, true)) in handleMacroEntry()
5721 if (expandMacro(OS, *M, std::nullopt, std::nullopt, false)) in parseDirectiveRept()
5752 if (expandMacro(OS, *M, Parameter, Arg, true)) in parseDirectiveIrp()
5794 if (expandMacro(OS, *M, Parameter, Arg, true)) in parseDirectiveIrpc()