Lines Matching full:arguments

27   /// Extract fortran dialect options from the driver arguments and add them to
28 /// the list of arguments for the generated command/job.
30 /// \param [in] Args The list of input driver arguments
31 /// \param [out] CmdArgs The list of output command arguments
35 /// Extract preprocessing options from the driver arguments and add them to
36 /// the preprocessor command arguments.
38 /// \param [in] Args The list of input driver arguments
39 /// \param [out] CmdArgs The list of output command arguments
43 /// Extract PIC options from the driver arguments and add them to
44 /// the command arguments.
46 /// \param [in] Args The list of input driver arguments
47 /// \param [out] CmdArgs The list of output command arguments
51 /// Extract target options from the driver arguments and add them to
52 /// the command arguments.
54 /// \param [in] Args The list of input driver arguments
55 /// \param [out] CmdArgs The list of output command arguments
61 /// \param [in] Args The list of input driver arguments
62 /// \param [out] CmdArgs The list of output command arguments
68 /// \param [in] Args The list of input driver arguments
69 /// \param [out] CmdArgs The list of output command arguments
75 /// \param [in] Args The list of input driver arguments
76 /// \param [out] CmdArgs The list of output command arguments
82 /// \param [in] Args The list of input driver arguments
83 /// \param [out] CmdArgs The list of output command arguments
87 /// Extract offload options from the driver arguments and add them to
88 /// the command arguments.
92 /// \param [in] Args The list of input driver arguments
93 /// \param [out] CmdArgs The list of output command arguments
98 /// Extract options for code generation from the driver arguments and add them
99 /// to the command arguments.
101 /// \param [in] Args The list of input driver arguments
102 /// \param [out] CmdArgs The list of output command arguments
106 /// Extract other compilation options from the driver arguments and add them
107 /// to the command arguments.
109 /// \param [in] Args The list of input driver arguments
110 /// \param [out] CmdArgs The list of output command arguments