Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp67 struct AssemblerInvocation { struct
150 AssemblerInvocation() { in AssemblerInvocation() function
169 static bool CreateFromArgs(AssemblerInvocation &Res,
176 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs()
336 static bool ExecuteAssemblerImpl(AssemblerInvocation &Opts, in ExecuteAssemblerImpl()
375 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
453 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
468 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
471 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
538 static bool ExecuteAssembler(AssemblerInvocation &Opts, in ExecuteAssembler()
[all …]