Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp198 StringRef CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
201 if (CommandLineName.empty()) continue; in FeatureKeyValues()
205 << "\"" << CommandLineName << "\", " in FeatureKeyValues()