HomeSort by relevance Sort by last modified time
    Searched full:assemblerinvocation (Results 1 - 1 of 1) sorted by null

  /external/clang/tools/driver/
cc1as_main.cpp 62 struct AssemblerInvocation {
124 AssemblerInvocation() {
137 static bool CreateFromArgs(AssemblerInvocation &Res, const char **ArgBegin,
143 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts,
239 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts,
263 static bool ExecuteAssembler(AssemblerInvocation &Opts,
296 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
336 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
352 } else if (Opts.OutputType == AssemblerInvocation::FT_Null)
    [all...]

Completed in 282 milliseconds