Home
last modified time | relevance | path

Searched refs:CommandLineName (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp195 StringRef CommandLineName = Feature->getValueAsString("Name"); in FeatureKeyValues() local
198 if (CommandLineName.empty()) continue; in FeatureKeyValues()
202 << "\"" << CommandLineName << "\", " in FeatureKeyValues()