Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DMasmParser.cpp582 bool expandMacro(raw_svector_ostream &OS, StringRef Body,
2863 bool MasmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in MasmParser
3265 if (expandMacro(OS, Body, M->Parameters, A, M->Locals, getTok().getLoc())) in handleMacroEntry()
6923 if (expandMacro(OS, M.Body, M.Parameters, Arguments, M.Locals, EndLoc)) in expandStatement()
6989 if (expandMacro(OS, M->Body, std::nullopt, std::nullopt, M->Locals, in parseDirectiveRepeat()
7023 if (expandMacro(OS, M->Body, std::nullopt, std::nullopt, M->Locals, in parseDirectiveWhile()
7107 if (expandMacro(OS, M->Body, Parameter, Arg, M->Locals, getTok().getLoc())) in parseDirectiveFor()
7161 if (expandMacro(OS, M->Body, Parameter, Arg, M->Locals, getTok().getLoc())) in parseDirectiveForc()
DAsmParser.cpp296 bool expandMacro(raw_svector_ostream &OS, StringRef Body,
2508 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in AsmParser
2902 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc())) in handleMacroEntry()
5700 if (expandMacro(OS, M->Body, std::nullopt, std::nullopt, false, in parseDirectiveRept()
5732 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrp()
5774 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrpc()