Home
last modified time | relevance | path

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

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