Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp976 bool parseDirectiveEnds(StringRef Name, SMLoc NameLoc);
2546 return parseDirectiveEnds(IDVal, IDLoc); in parseStatement()
2645 return parseDirectiveEnds(IDVal, IDLoc); in parseStatement()
4585 bool MasmParser::parseDirectiveEnds(StringRef Name, SMLoc NameLoc) { in parseDirectiveEnds() function in MasmParser