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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp174 const std::string &CommandLineName = Feature->getValueAsString("Name"); local
177 if (CommandLineName.empty()) continue;
181 << "\"" << CommandLineName << "\", "

Completed in 48 milliseconds