Searched refs:DerivedArgList (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Driver/ |
D | Compilation.h | 20 class DerivedArgList; variable 41 DerivedArgList *TranslatedArgs; 52 DerivedArgList*> TCArgs; 69 InputArgList *Args, DerivedArgList *TranslatedArgs); 78 const DerivedArgList &getArgs() const { return *TranslatedArgs; } in getArgs() 80 DerivedArgList &getArgs() { return *TranslatedArgs; } in getArgs() 105 const DerivedArgList &getArgsForToolChain(const ToolChain *TC,
|
D | Driver.h | 34 class DerivedArgList; variable 166 DerivedArgList *TranslateInputArgs(const InputArgList &Args) const; 170 phases::ID getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg = 0) 240 void BuildInputs(const ToolChain &TC, const DerivedArgList &Args, 249 void BuildActions(const ToolChain &TC, const DerivedArgList &Args, 258 void BuildUniversalActions(const ToolChain &TC, const DerivedArgList &Args,
|
D | ToolChain.h | 27 class DerivedArgList; variable 115 virtual DerivedArgList *TranslateArgs(const DerivedArgList &Args, in TranslateArgs()
|
D | ArgList.h | 343 class DerivedArgList : public ArgList { 351 DerivedArgList(const InputArgList &BaseArgs); 352 ~DerivedArgList();
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 333 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs) in DerivedArgList() function in DerivedArgList 337 DerivedArgList::~DerivedArgList() { in ~DerivedArgList() 344 const char *DerivedArgList::MakeArgString(StringRef Str) const { in MakeArgString() 348 Arg *DerivedArgList::MakeFlagArg(const Arg *BaseArg, const Option Opt) const { in MakeFlagArg() 356 Arg *DerivedArgList::MakePositionalArg(const Arg *BaseArg, const Option Opt, in MakePositionalArg() 366 Arg *DerivedArgList::MakeSeparateArg(const Arg *BaseArg, const Option Opt, in MakeSeparateArg() 376 Arg *DerivedArgList::MakeJoinedArg(const Arg *BaseArg, const Option Opt, in MakeJoinedArg()
|
/external/clang/lib/Driver/ |
D | ArgList.cpp | 356 DerivedArgList::DerivedArgList(const InputArgList &_BaseArgs) in DerivedArgList() function in DerivedArgList 360 DerivedArgList::~DerivedArgList() { in ~DerivedArgList() 367 const char *DerivedArgList::MakeArgString(StringRef Str) const { in MakeArgString() 371 Arg *DerivedArgList::MakeFlagArg(const Arg *BaseArg, const Option Opt) const { in MakeFlagArg() 379 Arg *DerivedArgList::MakePositionalArg(const Arg *BaseArg, const Option Opt, in MakePositionalArg() 389 Arg *DerivedArgList::MakeSeparateArg(const Arg *BaseArg, const Option Opt, in MakeSeparateArg() 399 Arg *DerivedArgList::MakeJoinedArg(const Arg *BaseArg, const Option Opt, in MakeJoinedArg()
|
D | Compilation.cpp | 28 InputArgList *_Args, DerivedArgList *_TranslatedArgs) in Compilation() 39 DerivedArgList*>::iterator it = TCArgs.begin(), in ~Compilation() 57 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain() 62 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)]; in getArgsForToolChain()
|
D | ToolChains.h | 176 void AddDeploymentTarget(DerivedArgList &Args) const; 264 virtual DerivedArgList *TranslateArgs(const DerivedArgList &Args,
|
D | Driver.cpp | 107 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg) in getFinalPhase() 143 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs() 144 DerivedArgList *DAL = new DerivedArgList(Args); in TranslateInputArgs() 297 DerivedArgList *TranslatedArgs = TranslateInputArgs(*Args); in BuildCompilation() 792 const DerivedArgList &Args, in BuildUniversalActions() 899 void Driver::BuildInputs(const ToolChain &TC, const DerivedArgList &Args, in BuildInputs() 1023 void Driver::BuildActions(const ToolChain &TC, const DerivedArgList &Args, in BuildActions()
|
D | ToolChains.cpp | 372 void Darwin::AddDeploymentTarget(DerivedArgList &Args) const { in AddDeploymentTarget() 601 DerivedArgList *Darwin::TranslateArgs(const DerivedArgList &Args, in TranslateArgs() 603 DerivedArgList *DAL = new DerivedArgList(Args.getBaseArgs()); in TranslateArgs()
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 324 class DerivedArgList : public ArgList { 332 DerivedArgList(const InputArgList &BaseArgs); 333 ~DerivedArgList();
|