11#include "llvm/Config/llvm-config.h"
23 : Opt(Opt), BaseArg(BaseArg),
Spelling(S), Index(Index), Claimed(
false),
24 IgnoredTargetSpecific(
false), OwnsValues(
false) {}
28 : Opt(Opt), BaseArg(BaseArg),
Spelling(S), Index(Index), Claimed(
false),
29 IgnoredTargetSpecific(
false), OwnsValues(
false) {
34 const char *Value1,
const Arg *BaseArg)
35 : Opt(Opt), BaseArg(BaseArg),
Spelling(S), Index(Index), Claimed(
false),
36 IgnoredTargetSpecific(
false), OwnsValues(
false) {
43 for (
const char *V : Values)
52 O <<
" Index:" << Index;
55 for (
unsigned i = 0, e = Values.
size(); i != e; ++i) {
57 O <<
"'" << Values[i] <<
"'";
63#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
69 return Alias->getAsString(Args);
77 return std::string(
OS.str());
104 Output.
push_back(Args.GetOrMakeJoinedArgString(
Defines the llvm::Arg class for parsed arguments.
#define LLVM_DUMP_METHOD
Mark debug helper function definitions like dump() that should not be stripped from debug builds.
This file defines the SmallString class.
SmallString - A SmallString is just a SmallVector with methods and accessors that make it work better...
void append(ItTy in_start, ItTy in_end)
Add the specified range to the end of the SmallVector.
void push_back(const T &Elt)
StringRef - Represent a constant reference to a string, i.e.
ArgList - Ordered collection of driver arguments.
A concrete instance of a particular driver option.
LLVM_ABI void render(const ArgList &Args, ArgStringList &Output) const
Append the argument onto the given array as strings.
LLVM_ABI void print(raw_ostream &O) const
LLVM_ABI void renderAsInput(const ArgList &Args, ArgStringList &Output) const
Append the argument, render as an input, onto the given array as strings.
StringRef getSpelling() const
Returns the used prefix and name of the option: For --foo=bar, returns --foo=.
LLVM_ABI Arg(const Option Opt, StringRef Spelling, unsigned Index, const Arg *BaseArg=nullptr)
SmallVectorImpl< const char * > & getValues()
LLVM_ABI std::string getAsString(const ArgList &Args) const
Return a formatted version of the argument and its values, for diagnostics.
const Option & getOption() const
unsigned getIndex() const
LLVM_ABI void dump() const
const char * getValue(unsigned N=0) const
Option - Abstract representation for a single form of driver argument.
LLVM_ABI void print(raw_ostream &O, bool AddNewLine=true) const
This class implements an extremely fast bulk output stream that can only output to a stream.
A raw_ostream that writes to an SmallVector or SmallString.
This is an optimization pass for GlobalISel generic memory operations.
InterleavedRange< Range > interleaved(const Range &R, StringRef Separator=", ", StringRef Prefix="", StringRef Suffix="")
Output range R as a sequence of interleaved elements.
LLVM_ABI raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.