reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4367 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { 4367 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { 4369 return C.addResultFile(FinalOutput->getValue(), &JA); 4374 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); 4381 &JA); 4385 if (AtTopLevel && !CCGenDiagnostics && isa<PreprocessJobAction>(JA)) 4389 if (JA.getType() == types::TY_PP_Asm && 4396 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), 4397 &JA); 4407 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); 4431 if (isa<DsymutilJobAction>(JA) || isa<VerifyJobAction>(JA)) 4431 if (isa<DsymutilJobAction>(JA) || isa<VerifyJobAction>(JA)) 4439 if ((JA.getType() == types::TY_Object || JA.getType() == types::TY_LTO_BC) && 4439 if ((JA.getType() == types::TY_Object || JA.getType() == types::TY_LTO_BC) && 4448 } else if (JA.getType() == types::TY_Image && 4458 } else if (JA.getType() == types::TY_Image) { 4467 bool IsHIPNoRDC = JA.getOffloadingDeviceKind() == Action::OFK_HIP && 4483 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { 4486 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); 4490 if (!types::appendSuffixForType(JA.getType())) 4502 JA.getType() == types::TY_LLVM_BC) 4511 JA.getType() != types::TY_PCH) { 4533 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); 4539 if (JA.getType() == types::TY_PCH && !IsCLMode()) { 4545 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA); 4547 return C.addResultFile(NamedOutput, &JA);