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

/external/llvm/include/llvm/Support/
H A DOptions.h96 static void registerOption(const char *ArgStr, const char *Desc, argument
98 cl::opt<ValT> *Option = new cl::opt<ValT>(ArgStr, cl::desc(Desc),
H A DCommandLine.h208 StringRef ArgStr; // The argument string itself (ex: "help", "o") member in class:llvm::cl::Option
231 bool hasArgStr() const { return !ArgStr.empty(); }
252 AdditionalVals(0), ArgStr(""), HelpStr(""), ValueStr(""),
618 // If there is an ArgStr specified, then we are of the form:
1569 return AliasFor->handleOccurrence(pos, AliasFor->ArgStr, Arg);
1573 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/external/llvm/lib/Support/
H A DCommandLine.cpp125 if (!OptionsMap.insert(std::make_pair(O->ArgStr, O)).second) {
126 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr
157 OptionNames.push_back(O->ArgStr);
187 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr
191 OptionsMap.erase(O->ArgStr);
233 ArgStr = S;
302 OptionNames.push_back(O->ArgStr);
417 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, nullptr, Dummy);
870 errs() << ProgramName << ": CommandLine Error: Option '" << Opt->ArgStr
1110 ArgName = ArgStr;
[all...]
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp35 std::string ArgStr; local
36 llvm::raw_string_ostream Stream(ArgStr);
/external/llvm/unittests/Support/
H A DCommandLineTest.cpp101 ASSERT_STREQ(ArgString, Retrieved->ArgStr.data())
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp860 std::string Prefix = (Twine("-") + ImplicitCheckNot.ArgStr + "='").str();
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1930 std::string ArgStr = Quote ? "\"" : ""; local
1931 ArgStr += Lib;
1933 ArgStr += ".lib";
1934 ArgStr += Quote ? "\"" : "";
1935 return ArgStr;

Completed in 802 milliseconds