Home | History | Annotate | Download | only in driver

Lines Matching refs:OutputType

88   FileType OutputType;
115 OutputType = FT_Asm;
180 unsigned OutputType = StringSwitch<unsigned>(Name)
185 if (OutputType == ~0U)
189 Opts.OutputType = FileType(OutputType);
262 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
284 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
299 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
302 assert(Opts.OutputType == AssemblerInvocation::FT_Obj &&