Lines Matching refs:TranslatedArgs
39 TranslatedArgs(_TranslatedArgs), ContainsError(ContainsError) { in Compilation()
51 delete TranslatedArgs; in ~Compilation()
56 if (Arg.second != TranslatedArgs) in ~Compilation()
75 *TranslatedArgs, SameTripleAsHost, AllocatedArgs); in getArgsForToolChain()
80 NewDAL = TC->TranslateXarchArgs(*TranslatedArgs, BoundArch, in getArgsForToolChain()
92 Entry = TC->TranslateArgs(*TranslatedArgs, BoundArch, DeviceOffloadKind); in getArgsForToolChain()
94 Entry = TranslatedArgs; in getArgsForToolChain()
286 if (TranslatedArgs->hasArg(Opt)) in initCompilationForDiagnostics()
287 TranslatedArgs->eraseArg(Opt); in initCompilationForDiagnostics()
289 TranslatedArgs->ClaimAllArgs(); in initCompilationForDiagnostics()
294 if (Arg.second != TranslatedArgs) in initCompilationForDiagnostics()