Home
last modified time | relevance | path

Searched refs:DerivedArgList (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Driver/
DCompilation.h20 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,
DDriver.h34 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,
DToolChain.h27 class DerivedArgList; variable
115 virtual DerivedArgList *TranslateArgs(const DerivedArgList &Args, in TranslateArgs()
DArgList.h343 class DerivedArgList : public ArgList {
351 DerivedArgList(const InputArgList &BaseArgs);
352 ~DerivedArgList();
/external/llvm/lib/Option/
DArgList.cpp333 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/
DArgList.cpp356 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()
DCompilation.cpp28 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()
DToolChains.h176 void AddDeploymentTarget(DerivedArgList &Args) const;
264 virtual DerivedArgList *TranslateArgs(const DerivedArgList &Args,
DDriver.cpp107 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()
DToolChains.cpp372 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/
DArgList.h324 class DerivedArgList : public ArgList {
332 DerivedArgList(const InputArgList &BaseArgs);
333 ~DerivedArgList();