Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6854 StringMap<std::string> BuiltinValues; in expandStatement() local
6858 BuiltinValues[S.getKey().lower()] = std::move(*Text); in expandStatement()
6861 for (const auto &B : BuiltinValues) { in expandStatement()