HomeSort by relevance Sort by last modified time
    Searched refs:CommandLineName (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 93 const std::string &CommandLineName = Feature->getValueAsString("Name");
96 if (CommandLineName.empty()) continue;
100 << "\"" << CommandLineName << "\", "
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 181 const std::string &CommandLineName = Feature->getValueAsString("Name");
184 if (CommandLineName.empty()) continue;
188 << "\"" << CommandLineName << "\", "
    [all...]

Completed in 58 milliseconds