Searched refs:GuardArgs (Results 1 – 3 of 3) sorted by relevance
192 StringRef GuardArgs = A->getValue(); in ConstructJob() local193 if (GuardArgs == "none") in ConstructJob()195 else if (GuardArgs == "cf" || GuardArgs == "cf-nochecks") in ConstructJob()199 << A->getSpelling() << GuardArgs; in ConstructJob()728 StringRef GuardArgs = A->getValue(); in addClangTargetOptions() local729 if (GuardArgs == "none") { in addClangTargetOptions()731 } else if (GuardArgs == "cf") { in addClangTargetOptions()734 } else if (GuardArgs == "cf-nochecks") { in addClangTargetOptions()739 << A->getSpelling() << GuardArgs; in addClangTargetOptions()
241 StringRef GuardArgs = A->getValue(); in ConstructJob() local242 if (GuardArgs.equals_insensitive("cf") || in ConstructJob()243 GuardArgs.equals_insensitive("cf,nochecks")) { in ConstructJob()246 } else if (GuardArgs.equals_insensitive("cf-")) { in ConstructJob()248 } else if (GuardArgs.equals_insensitive("ehcont")) { in ConstructJob()250 } else if (GuardArgs.equals_insensitive("ehcont-")) { in ConstructJob()
8436 StringRef GuardArgs = A->getValue(); in AddClangCLArgs() local8439 if (GuardArgs.equals_insensitive("cf")) { in AddClangCLArgs()8442 } else if (GuardArgs.equals_insensitive("cf,nochecks")) { in AddClangCLArgs()8445 } else if (GuardArgs.equals_insensitive("ehcont")) { in AddClangCLArgs()8448 } else if (GuardArgs.equals_insensitive("cf-") || in AddClangCLArgs()8449 GuardArgs.equals_insensitive("ehcont-")) { in AddClangCLArgs()8452 D.Diag(diag::err_drv_invalid_value) << A->getSpelling() << GuardArgs; in AddClangCLArgs()