Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp919 MCAsmMacro *parseMacroLikeBody(SMLoc DirectiveLoc);
5344 MCAsmMacro *MasmParser::parseMacroLikeBody(SMLoc DirectiveLoc) { in parseMacroLikeBody() function in MasmParser
5487 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveRepeat()
5515 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveWhile()
5602 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveFor()
5652 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveForc()
H A DAsmParser.cpp673 MCAsmMacro *parseMacroLikeBody(SMLoc DirectiveLoc);
5579 MCAsmMacro *AsmParser::parseMacroLikeBody(SMLoc DirectiveLoc) { in parseMacroLikeBody() function in AsmParser
5657 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveRept()
5686 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveIrp()
5724 MCAsmMacro *M = parseMacroLikeBody(DirectiveLoc); in parseDirectiveIrpc()