Home
last modified time | relevance | path

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

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