Searched refs:OptionInfo (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LegacyPassNameParser.h | 90 static int ValCompare(const PassNameParser::OptionInfo *VT1, in ValCompare() 91 const PassNameParser::OptionInfo *VT2) { in ValCompare()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | Options.h | 327 struct OptionInfo { struct 328 OptionInfo(OptionGroup *g, uint32_t i) : option_group(g), option_index(i) {} in OptionInfo() function 332 typedef std::vector<OptionInfo> OptionInfos; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 655 struct OptionInfo { struct 662 std::vector<OptionInfo> &OptionHelp) { in PrintHelpOptionList() 667 for (const OptionInfo &Opt : OptionHelp) { in PrintHelpOptionList() 675 for (const OptionInfo &Opt : OptionHelp) { in PrintHelpOptionList() 753 std::map<std::string, std::vector<OptionInfo>> GroupedOptionHelp; in internalPrintHelp()
|
| /freebsd/sbin/natd/ |
| H A D | natd.c | 1068 struct OptionInfo { struct 1083 static struct OptionInfo optionTable[] = { argument 1329 struct OptionInfo* info; in ParseOption() 1342 max = sizeof (optionTable) / sizeof (struct OptionInfo); in ParseOption() 1594 struct OptionInfo* info; in Usage() 1598 max = sizeof (optionTable) / sizeof (struct OptionInfo); in Usage()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1412 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier) in HandlePragmaLoopHint() local 1416 IdentifierLoc(Info->Option.getLocation(), OptionInfo); in HandlePragmaLoopHint() 1444 if (OptionInfo) { // Pragma Unroll does not specify an option. in HandlePragmaLoopHint() 1445 OptionUnroll = OptionInfo->isStr("unroll"); in HandlePragmaLoopHint() 1446 OptionUnrollAndJam = OptionInfo->isStr("unroll_and_jam"); in HandlePragmaLoopHint() 1447 OptionDistribute = OptionInfo->isStr("distribute"); in HandlePragmaLoopHint() 1448 OptionPipelineDisabled = OptionInfo->isStr("pipeline"); in HandlePragmaLoopHint() 1449 StateOption = llvm::StringSwitch<bool>(OptionInfo->getName()) in HandlePragmaLoopHint() 1497 } else if (OptionInfo && OptionInfo->getName() == "vectorize_width") { in HandlePragmaLoopHint() 3321 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 792 m_option_infos.push_back(OptionInfo(group, i)); in Append() 811 m_option_infos.push_back(OptionInfo(group, i)); in Append() 826 m_option_infos.push_back(OptionInfo(group, i)); in Append()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 826 class OptionInfo : public GenericOptionInfo { 828 OptionInfo(StringRef name, DataType v, StringRef helpStr) 833 SmallVector<OptionInfo, 8> Values; 877 OptionInfo X(Name, static_cast<DataType>(V), HelpStr);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 13066 …", "llvm::SmallVectorTemplateBase<llvm::cl::parser<AsmWriterFlavorTy>::OptionInfo, false>::grow(un… 15497 …uleDAGSDNodes* (*)(llvm::SelectionDAGISel*, llvm::CodeGenOpt::Level)>::OptionInfo, false>::grow(un… 17411 …::SmallVectorTemplateBase<llvm::cl::parser<llvm::FunctionPass* (*)()>::OptionInfo, false>::grow(un… 17753 …"llvm::SmallVectorTemplateBase<llvm::cl::parser<ShrinkWrapDebugLevel>::OptionInfo, false>::grow(un… 20603 …lvm::SmallVectorTemplateBase<llvm::cl::parser<llvm::CodeModel::Model>::OptionInfo, false>::grow(un… 20617 …, "llvm::SmallVectorTemplateBase<llvm::cl::parser<llvm::Reloc::Model>::OptionInfo, false>::grow(un… 20631 …vm::SmallVectorTemplateBase<llvm::cl::parser<llvm::FloatABI::ABIType>::OptionInfo, false>::grow(un… 22213 …llvm::SmallVectorTemplateBase<llvm::cl::parser<llvm::PassInfo const*>::OptionInfo, false>::grow(un… 22382 …"llvm::SmallVectorTemplateBase<llvm::cl::parser<llvm::PassDebugLevel>::OptionInfo, false>::grow(un…
|