Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOptions.h96 static void registerOption(const char *ArgStr, const char *Desc, in registerOption() argument
98 cl::opt<ValT> *Option = new cl::opt<ValT>(ArgStr, cl::desc(Desc), in registerOption()
H A DCommandLine.h197 const char *ArgStr; // The argument string itself (ex: "help", "o")
219 bool hasArgStr() const { return ArgStr[0] != 0; } in hasArgStr()
224 void setArgStr(const char *S) { ArgStr = S; } in setArgStr()
240 AdditionalVals(0), NextRegistered(nullptr), ArgStr(""), HelpStr(""), in Option()
733 const char *ArgStr;
739 template <class Opt> void initialize(Opt &O) { ArgStr = O.ArgStr; }
1695 return AliasFor->handleOccurrence(pos, AliasFor->ArgStr, Arg);
1699 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp162 if (O->ArgStr[0]) in GetOptionInfo()
163 OptionNames.push_back(O->ArgStr); in GetOptionInfo()
259 if (O->ArgStr[0]) in LookupNearestOption()
260 OptionNames.push_back(O->ArgStr); in LookupNearestOption()
376 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, nullptr, Dummy); in ProvidePositionalOption()
835 } else if (UnboundedFound && !Opt->ArgStr[0]) { in ParseCommandLineOptions()
1094 ArgName = ArgStr; in error()
1141 size_t alias::getOptionWidth() const { return std::strlen(ArgStr) + 6; } in getOptionWidth()
1155 outs() << " -" << ArgStr; in printOptionInfo()
1156 printHelpStr(HelpStr, GlobalWidth, std::strlen(ArgStr) + 6); in printOptionInfo()
[all …]
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp35 std::string ArgStr; in TraverseTemplateArgumentLoc() local
36 llvm::raw_string_ostream Stream(ArgStr); in TraverseTemplateArgumentLoc()
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DCommandLineTest.cpp100 ASSERT_STREQ(ArgString, Retrieved->ArgStr) << in TEST()
/minix3/external/bsd/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp854 std::string Prefix = std::string("-") + ImplicitCheckNot.ArgStr + "='"; in ReadCheckFile()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1606 std::string ArgStr = Lib; in qualifyWindowsLibrary() local
1608 ArgStr += ".lib"; in qualifyWindowsLibrary()
1609 return ArgStr; in qualifyWindowsLibrary()