Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp987 bool parseDirectiveComment(SMLoc DirectiveLoc); // "comment"
2388 return parseDirectiveComment(IDLoc); in parseStatement()
6113 bool MasmParser::parseDirectiveComment(SMLoc DirectiveLoc) { in parseDirectiveComment() function in MasmParser