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

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp196 const std::string &CommandLineName = Feature->getValueAsString("Name"); local
199 if (CommandLineName.empty()) continue;
203 << "\"" << CommandLineName << "\", "

Completed in 56 milliseconds