Searched refs:nextVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp344 StringRef nextVal = getTok().getString(); local
346 if (nextVal.equals_lower("far")) {
350 } else if (nextVal.equals_lower("near")) {
352 nextVal = getTok().getString();
H A DMasmParser.cpp2259 const StringRef nextVal = nextTok.getString(); local
2275 if (nextVal.equals_lower("ends") && StructInProgress.size() == 1) {
2283 ExtensionDirectiveMap.lookup(nextVal.lower());
2287 return (*Handler.second)(Handler.first, nextVal, nextLoc);
2292 DirKindIt = DirectiveKindMap.find(nextVal.lower());
2303 return parseDirectiveEquate(nextVal, IDVal, DirKind);
2307 return parseDirectiveNamedValue(nextVal, 1, IDVal, IDLoc);
2311 return parseDirectiveNamedValue(nextVal, 2, IDVal, IDLoc);
2315 return parseDirectiveNamedValue(nextVal, 4, IDVal, IDLoc);
2318 return parseDirectiveNamedValue(nextVal,
[all...]

Completed in 168 milliseconds