Home
last modified time | relevance | path

Searched defs:OptionDescription (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DLLVMCConfigurationEmitter.cpp242 struct OptionDescription { struct
243 OptionType::OptionType Type;
244 std::string Name;
245 unsigned Flags;
246 std::string Help;
247 unsigned MultiVal;
248 Init* InitVal;
250 OptionDescription(OptionType::OptionType t = OptionType::Switch, in OptionDescription() argument
262 std::string GenVariableName() const in GenVariableName()
267 std::string GenPlainVariableName() const in GenPlainVariableName()
[all …]