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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h467 struct OptionInfo struct in class:lldb_private::OptionGroupOptions
469 OptionInfo (OptionGroup* g, uint32_t i) : function in struct:lldb_private::OptionGroupOptions::OptionInfo
477 typedef std::vector<OptionInfo> OptionInfos;
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DPassNameParser.h90 typedef PassNameParser::OptionInfo ValType;
H A DCommandLine.h631 class OptionInfo : public GenericOptionInfo { class in class:llvm::cl::parser
633 OptionInfo(const char *name, DataType v, const char *helpStr) : function in class:llvm::cl::parser::OptionInfo
637 SmallVector<OptionInfo, 8> Values;
675 OptionInfo X(Name, static_cast<DataType>(V), HelpStr);
/freebsd-10.0-release/sbin/natd/
H A Dnatd.c1071 struct OptionInfo { struct
1086 static struct OptionInfo optionTable[] = {
1324 struct OptionInfo* info;
1337 max = sizeof (optionTable) / sizeof (struct OptionInfo);
1589 struct OptionInfo* info;
1593 max = sizeof (optionTable) / sizeof (struct OptionInfo);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp990 m_option_infos.push_back (OptionInfo (group, i));
1006 m_option_infos.push_back (OptionInfo (group, i));

Completed in 80 milliseconds