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 65 struct AssemblerInvocation {
127 AssemblerInvocation() {
140 static bool CreateFromArgs(AssemblerInvocation &Res, const char **ArgBegin,
146 bool AssemblerInvocation::CreateFromArgs(AssemblerInvocation &Opts,
240 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts,
264 static bool ExecuteAssembler(AssemblerInvocation &Opts,
297 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj;
337 if (Opts.OutputType == AssemblerInvocation::FT_Asm) {
353 } else if (Opts.OutputType == AssemblerInvocation::FT_Null)
    [all...]

Completed in 36 milliseconds