Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp935 bool parseDirectiveComment(SMLoc DirectiveLoc); // "comment"
2304 return parseDirectiveComment(IDLoc); in parseStatement()
5813 bool MasmParser::parseDirectiveComment(SMLoc DirectiveLoc) { in parseDirectiveComment() function in MasmParser