Lines Matching refs:TranslatedArgs
40 TranslatedArgs(_TranslatedArgs), ContainsError(ContainsError) { in Compilation()
52 delete TranslatedArgs; in ~Compilation()
57 if (Arg.second != TranslatedArgs) in ~Compilation()
76 *TranslatedArgs, SameTripleAsHost, AllocatedArgs); in getArgsForToolChain()
81 NewDAL = TC->TranslateXarchArgs(*TranslatedArgs, BoundArch, in getArgsForToolChain()
93 Entry = TC->TranslateArgs(*TranslatedArgs, BoundArch, DeviceOffloadKind); in getArgsForToolChain()
95 Entry = TranslatedArgs; in getArgsForToolChain()
282 if (TranslatedArgs->hasArg(OutputOpts[i])) in initCompilationForDiagnostics()
283 TranslatedArgs->eraseArg(OutputOpts[i]); in initCompilationForDiagnostics()
285 TranslatedArgs->ClaimAllArgs(); in initCompilationForDiagnostics()
290 if (Arg.second != TranslatedArgs) in initCompilationForDiagnostics()