Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp275 StringRef CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
278 if (CommandLineName.empty()) in FeatureKeyValues()
284 << "\"" << CommandLineName << "\", " in FeatureKeyValues()
294 if (!UniqueKeys.insert(CommandLineName).second) in FeatureKeyValues()
296 CommandLineName); in FeatureKeyValues()