Home | History | Annotate | Download | only in Driver

Lines Matching defs:Mode

56 /// Describes the kind of LTO mode selected via -f(no-)?lto(=.*)? options.
78 } Mode;
92 /// LTO mode selected via -f(no-)?lto(=.*)? options.
158 bool CCCIsCXX() const { return Mode == GXXMode; }
161 bool CCCIsCPP() const { return Mode == CPPMode; }
164 bool IsCLMode() const { return Mode == CLMode; }
169 /// Set CC_PRINT_OPTIONS mode, which is like -v but logs the commands to
173 /// Set CC_PRINT_HEADERS mode, which causes the frontend to log header include
177 /// Set CC_LOG_DIAGNOSTICS mode, which causes the frontend to log diagnostics
217 // getFinalPhase - Determine which compilation mode we are in and record
295 /// ParseDriverMode - Look for and handle the driver mode option in Args.
431 /// Return the pathname of the pch file in clang-cl mode.
459 /// the driver mode.