Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp70 struct AssemblerInvocation { struct
196 AssemblerInvocation() { in AssemblerInvocation() function
222 static bool CreateFromArgs(AssemblerInvocation &Res,
229 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs()
416 static bool ExecuteAssemblerImpl(AssemblerInvocation &Opts, in ExecuteAssemblerImpl()
464 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
544 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
557 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
560 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
629 static bool ExecuteAssembler(AssemblerInvocation &Opts, in ExecuteAssembler()
[all …]