Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp269 StringRef CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
272 if (CommandLineName.empty()) continue; in FeatureKeyValues()
276 << "\"" << CommandLineName << "\", " in FeatureKeyValues()