Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6869 StringMap<std::string> BuiltinValues; in expandStatement() local
6873 BuiltinValues[S.getKey().lower()] = std::move(*Text); in expandStatement()
6876 for (const auto &B : BuiltinValues) { in expandStatement()