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

/external/clang/tools/driver/
H A Dcc1as_main.cpp66 struct AssemblerInvocation { struct in namespace:__anon19495
130 AssemblerInvocation() { function in struct:__anon19495::AssemblerInvocation
144 static bool CreateFromArgs(AssemblerInvocation &Res, const char **ArgBegin,
150 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts,
254 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts,
279 static bool ExecuteAssembler(AssemblerInvocation &Opts,
315 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
358 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
372 } else if (Opts.OutputType == AssemblerInvocation
[all...]

Completed in 90 milliseconds