Home
last modified time | relevance | path

Searched refs:OptionInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h89 static int ValCompare(const PassNameParser::OptionInfo *VT1, in ValCompare()
90 const PassNameParser::OptionInfo *VT2) { in ValCompare()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h327 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-14.2/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp645 struct OptionInfo { struct
652 std::vector<OptionInfo> &OptionHelp) { in PrintHelpOptionList()
657 for (const OptionInfo &Opt : OptionHelp) { in PrintHelpOptionList()
665 for (const OptionInfo &Opt : OptionHelp) { in PrintHelpOptionList()
741 std::map<std::string, std::vector<OptionInfo>> GroupedOptionHelp; in internalPrintHelp()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1419 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier) in HandlePragmaLoopHint() local
1452 OptionUnroll = OptionInfo->isStr("unroll"); in HandlePragmaLoopHint()
1453 OptionUnrollAndJam = OptionInfo->isStr("unroll_and_jam"); in HandlePragmaLoopHint()
1454 OptionDistribute = OptionInfo->isStr("distribute"); in HandlePragmaLoopHint()
1455 OptionPipelineDisabled = OptionInfo->isStr("pipeline"); in HandlePragmaLoopHint()
1504 } else if (OptionInfo && OptionInfo->getName() == "vectorize_width") { in HandlePragmaLoopHint()
3299 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local
3311 << /*MissingOption=*/false << OptionInfo; in HandlePragma()
3328 << PP.getSpelling(Tok) << OptionInfo->getName() in HandlePragma()
3608 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local
[all …]
/freebsd-14.2/sbin/natd/
H A Dnatd.c1068 struct OptionInfo { struct
1083 static struct OptionInfo optionTable[] = { argument
1321 struct OptionInfo* info; in ParseOption()
1334 max = sizeof (optionTable) / sizeof (struct OptionInfo); in ParseOption()
1586 struct OptionInfo* info; in Usage()
1590 max = sizeof (optionTable) / sizeof (struct OptionInfo); in Usage()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp758 m_option_infos.push_back(OptionInfo(group, i)); in Append()
777 m_option_infos.push_back(OptionInfo(group, i)); in Append()
792 m_option_infos.push_back(OptionInfo(group, i)); in Append()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h832 class OptionInfo : public GenericOptionInfo {
834 OptionInfo(StringRef name, DataType v, StringRef helpStr)
839 SmallVector<OptionInfo, 8> Values;
883 OptionInfo X(Name, static_cast<DataType>(V), HelpStr);