Home
last modified time | relevance | path

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

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