Searched refs:renderAsInput (Results 1 – 5 of 5) sorted by relevance
121 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
120 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
80 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() function in Arg
81 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() function in Arg
183 A.renderAsInput(Args, CmdArgs); in AddLinkerInputs()3252 II.getInputArg().renderAsInput(Args, CmdArgs); in ConstructJob()