Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1054 bool parseDirectiveEcho(SMLoc DirectiveLoc);
2512 return parseDirectiveEcho(IDLoc); in parseStatement()
7203 bool MasmParser::parseDirectiveEcho(SMLoc DirectiveLoc) { in parseDirectiveEcho() function in MasmParser