Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp972 bool parseDirectiveForc(SMLoc DirectiveLoc, StringRef Directive);
2314 return parseDirectiveForc(IDLoc, IDVal); in parseStatement()
6786 bool MasmParser::parseDirectiveForc(SMLoc DirectiveLoc, StringRef Directive) { in parseDirectiveForc() function in MasmParser