Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1044 bool parseDirectiveWhile(SMLoc DirectiveLoc);
2409 return parseDirectiveWhile(IDLoc); in parseStatement()
7002 bool MasmParser::parseDirectiveWhile(SMLoc DirectiveLoc) { in parseDirectiveWhile() function in MasmParser