Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp995 bool parseDirectiveEnds(StringRef Name, SMLoc NameLoc);
2561 return parseDirectiveEnds(IDVal, IDLoc); in parseStatement()
2660 return parseDirectiveEnds(IDVal, IDLoc); in parseStatement()
4599 bool MasmParser::parseDirectiveEnds(StringRef Name, SMLoc NameLoc) { in parseDirectiveEnds() function in MasmParser