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

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

Completed in 90 milliseconds