Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp257 StringRef CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
260 if (CommandLineName.empty()) continue; in FeatureKeyValues()
264 << "\"" << CommandLineName << "\", " in FeatureKeyValues()