Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1025 bool parseDirectiveWhile(SMLoc DirectiveLoc);
2394 return parseDirectiveWhile(IDLoc); in parseStatement()
6984 bool MasmParser::parseDirectiveWhile(SMLoc DirectiveLoc) { in parseDirectiveWhile() function in MasmParser