Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp93 const std::string &CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
96 if (CommandLineName.empty()) continue; in FeatureKeyValues()
100 << "\"" << CommandLineName << "\", " in FeatureKeyValues()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp181 const std::string &CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
184 if (CommandLineName.empty()) continue; in FeatureKeyValues()
188 << "\"" << CommandLineName << "\", " in FeatureKeyValues()