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.cpp69 struct AssemblerInvocation { struct
192 AssemblerInvocation() { in AssemblerInvocation() function
216 static bool CreateFromArgs(AssemblerInvocation &Res,
223 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts, in CreateFromArgs()
409 static bool ExecuteAssemblerImpl(AssemblerInvocation &Opts, in ExecuteAssemblerImpl()
456 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
540 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
553 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
556 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
618 static bool ExecuteAssembler(AssemblerInvocation &Opts, in ExecuteAssembler()
[all …]