Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp174 const std::string &CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
177 if (CommandLineName.empty()) continue; in FeatureKeyValues()
181 << "\"" << CommandLineName << "\", " in FeatureKeyValues()