Searched refs:OptionInfo (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | Options.h | 482 struct OptionInfo struct 484 OptionInfo (OptionGroup* g, uint32_t i) : in OptionInfo() argument 492 typedef std::vector<OptionInfo> OptionInfos; argument
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | LegacyPassNameParser.h | 90 static int ValLessThan(const PassNameParser::OptionInfo *VT1, in ValLessThan() 91 const PassNameParser::OptionInfo *VT2) { in ValLessThan()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmtAttr.cpp | 79 IdentifierInfo *OptionInfo = OptionLoc->Ident; in handleLoopHintAttr() local 80 Option = llvm::StringSwitch<LoopHintAttr::OptionType>(OptionInfo->getName()) in handleLoopHintAttr()
|
| /NextBSD/sbin/natd/ |
| HD | natd.c | 1071 struct OptionInfo { struct 1086 static struct OptionInfo optionTable[] = { argument 1324 struct OptionInfo* info; in ParseOption() 1337 max = sizeof (optionTable) / sizeof (struct OptionInfo); in ParseOption() 1589 struct OptionInfo* info; in Usage() 1593 max = sizeof (optionTable) / sizeof (struct OptionInfo); in Usage()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParsePragma.cpp | 777 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier) in HandlePragmaLoopHint() local 781 Actions.Context, Info->Option.getLocation(), OptionInfo); in HandlePragmaLoopHint() 804 if (OptionInfo) { // Pragma Unroll does not specify an option. in HandlePragmaLoopHint() 805 OptionUnroll = OptionInfo->isStr("unroll"); in HandlePragmaLoopHint() 806 StateOption = llvm::StringSwitch<bool>(OptionInfo->getName()) in HandlePragmaLoopHint() 2000 IdentifierInfo *OptionInfo = Tok.getIdentifierInfo(); in HandlePragma() local 2002 bool OptionValid = llvm::StringSwitch<bool>(OptionInfo->getName()) in HandlePragma() 2012 << /*MissingOption=*/false << OptionInfo; in HandlePragma()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | CommandLine.h | 653 class OptionInfo : public GenericOptionInfo { 655 OptionInfo(const char *name, DataType v, const char *helpStr) 659 SmallVector<OptionInfo, 8> Values; 699 OptionInfo X(Name, static_cast<DataType>(V), HelpStr);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | Options.cpp | 997 m_option_infos.push_back (OptionInfo (group, i)); in Append() 1025 m_option_infos.push_back (OptionInfo (group, i)); in Append()
|