Home | History | Annotate | Download | only in driver

Lines Matching defs:OutputType

108   FileType OutputType;
140 OutputType = FT_Asm;
228 unsigned OutputType = StringSwitch<unsigned>(Name)
233 if (OutputType == ~0U) {
237 Opts.OutputType = FileType(OutputType);
320 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
375 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
388 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
391 assert(Opts.OutputType == AssemblerInvocation::FT_Obj &&