Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1044 bool parseDirectiveWhile(SMLoc DirectiveLoc);
2378 return parseDirectiveWhile(IDLoc); in parseStatement()
6971 bool MasmParser::parseDirectiveWhile(SMLoc DirectiveLoc) { in parseDirectiveWhile() function in MasmParser