Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp971 bool parseDirectiveFor(SMLoc DirectiveLoc, StringRef Directive);
2312 return parseDirectiveFor(IDLoc, IDVal); in parseStatement()
6702 bool MasmParser::parseDirectiveFor(SMLoc DirectiveLoc, StringRef Dir) { in parseDirectiveFor() function in MasmParser