Home
last modified time | relevance | path

Searched refs:AssemblerInvocation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp67 struct AssemblerInvocation { struct
156 AssemblerInvocation() { in AssemblerInvocation() function
176 static bool CreateFromArgs(AssemblerInvocation &Res,
183 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs()
353 static bool ExecuteAssemblerImpl(AssemblerInvocation &Opts, in ExecuteAssemblerImpl()
474 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
489 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
492 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
559 static bool ExecuteAssembler(AssemblerInvocation &Opts, in ExecuteAssembler()
604 AssemblerInvocation Asm; in cc1as_main()
[all …]