Home | History | Annotate | Download | only in driver

Lines Matching full:assemblerinvocation

65 struct AssemblerInvocation {
127 AssemblerInvocation() {
140 static bool CreateFromArgs(AssemblerInvocation &Res, const char **ArgBegin,
146 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts,
240 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts,
264 static bool ExecuteAssembler(AssemblerInvocation &Opts,
297 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
337 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
353 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) {
356 assert(Opts.OutputType == AssemblerInvocation::FT_Obj &&
424 AssemblerInvocation Asm;
425 if (!AssemblerInvocation::CreateFromArgs(Asm, ArgBegin, ArgEnd, Diags))