Searched refs:GuardArgs (Results 1 – 2 of 2) sorted by relevance
509 StringRef GuardArgs = A->getValue(); in ConstructJob() local510 if (GuardArgs.equals_lower("cf") || GuardArgs.equals_lower("cf,nochecks")) { in ConstructJob()513 } else if (GuardArgs.equals_lower("cf-")) { in ConstructJob()515 } else if (GuardArgs.equals_lower("ehcont")) { in ConstructJob()517 } else if (GuardArgs.equals_lower("ehcont-")) { in ConstructJob()
7242 StringRef GuardArgs = A->getValue(); in AddClangCLArgs() local7245 if (GuardArgs.equals_lower("cf")) { in AddClangCLArgs()7248 } else if (GuardArgs.equals_lower("cf,nochecks")) { in AddClangCLArgs()7251 } else if (GuardArgs.equals_lower("ehcont")) { in AddClangCLArgs()7254 } else if (GuardArgs.equals_lower("cf-") || in AddClangCLArgs()7255 GuardArgs.equals_lower("ehcont-")) { in AddClangCLArgs()7258 D.Diag(diag::err_drv_invalid_value) << A->getSpelling() << GuardArgs; in AddClangCLArgs()