Lines Matching refs:getAsString

60           << A->getBaseArg().getAsString(Args)  in CheckPreprocessingOptions()
71 D.Diag(diag::err_drv_argument_not_allowed_with) << A->getAsString(Args) in CheckCodeGenerationOptions()
1077 << A->getAsString(Args) << TC.getTripleString(); in checkDebugInfoOption()
1337 << A->getAsString(Args); in AddPreprocessingOptions()
1372 D.Diag(diag::err_drv_I_dash_not_supported) << A->getAsString(Args); in AddPreprocessingOptions()
1794 << Scope << A->getAsString(Args); in AddAArch64TargetArgs()
1802 << Err << A->getAsString(Args); in AddAArch64TargetArgs()
2762 << A->getAsString(Args) << A->getValue(); in RenderFloatingPointOptions()
2770 << A->getAsString(Args) << A->getValue(); in RenderFloatingPointOptions()
3127 << A->getAsString(Args) << TripleStr; in RenderSSPOptions()
3145 << A->getAsString(Args) << TripleStr; in RenderSSPOptions()
3158 << A->getAsString(Args) << TripleStr; in RenderSSPOptions()
3317 << A->getAsString(Args) << "-ccc-arcmt-migrate"; in RenderARCMigrateToolOptions()
3545 << A->getAsString(Args) << "-fbuild-session-timestamp"; in RenderModulesOptions()
3851 << DwarfFormatArg->getAsString(Args) << "DWARFv3 or greater"; in renderDwarfFormat()
3854 << DwarfFormatArg->getAsString(Args) << "64 bit architecture"; in renderDwarfFormat()
3857 << DwarfFormatArg->getAsString(Args) << "ELF platforms"; in renderDwarfFormat()
3873 << A1->getAsString(Args) << A2->getAsString(Args); in renderDebugOptions()
4069 << A->getAsString(Args) << "-gdwarf-5"; in renderDebugOptions()
4074 << A->getAsString(Args) << TC.getTripleString() << 5 in renderDebugOptions()
4153 ->getAsString(Args) in renderDebugOptions()
4485 ->getAsString(Args) in ConstructJob()
4493 D.Diag(diag::err_drv_arg_requires_bitcode_input) << A->getAsString(Args); in ConstructJob()
4786 << A->getValue() << A->getAsString(Args); in ConstructJob()
4980 << A->getAsString(Args) << TripleStr; in ConstructJob()
4991 << A->getAsString(Args) << TripleStr; in ConstructJob()
5260 << A->getAsString(Args) << A->getValue(); in ConstructJob()
5265 << A->getAsString(Args) << TripleStr; in ConstructJob()
5295 << A->getAsString(Args) << TripleStr; in ConstructJob()
5363 D.Diag(diag::warn_ignored_gcc_optimization) << A->getAsString(Args); in ConstructJob()
5369 D.Diag(diag::warn_ignored_clang_option) << A->getAsString(Args); in ConstructJob()
5643 << A->getAsString(Args) << TripleStr; in ConstructJob()
5753 << A->getAsString(Args) << TripleStr; in ConstructJob()
5777 << A->getAsString(Args) << TripleStr; in ConstructJob()
5784 << A->getAsString(Args) << TripleStr; in ConstructJob()
5791 << A->getAsString(Args) << TripleStr; in ConstructJob()
6047 << A->getAsString(Args) << A->getValue(); in ConstructJob()
6055 Args.MakeArgString("-fgnuc-version=" + GNUCVer.getAsString())); in ConstructJob()
6061 Args.MakeArgString("-fms-compatibility-version=" + MSVT.getAsString())); in ConstructJob()
6074 << StdArg->getAsString(Args); in ConstructJob()
6089 << StdArg->getAsString(Args); in ConstructJob()
6304 << Args.getLastArg(options::OPT_funsigned_bitfields)->getAsString(Args); in ConstructJob()
6309 << Args.getLastArg(options::OPT_fno_for_scope)->getAsString(Args); in ConstructJob()
6315 D.Diag(diag::err_drv_invalid_value) << inputCharset->getAsString(Args) in ConstructJob()
6323 D.Diag(diag::err_drv_invalid_value) << execCharset->getAsString(Args) in ConstructJob()
6378 D.Diag(diag::warn_drv_clang_unsupported) << A->getAsString(Args); in ConstructJob()
6413 D.Diag(diag::err_drv_clang_unsupported) << A->getAsString(Args); in ConstructJob()
6513 << Args.getLastArg(options::OPT_frecord_command_line)->getAsString(Args) in ConstructJob()
6760 std::string Str = A->getAsString(Args); in ConstructJob()
6823 << A->getAsString(Args); in ConstructJob()
6980 args.MakeArgString("-fobjc-runtime=" + runtime.getAsString())); in AddObjCRuntimeArgs()
7176 << MostGeneralArg->getAsString(Args) << BestCaseArg->getAsString(Args); in AddClangCLArgs()
7187 << FirstConflict->getAsString(Args) in AddClangCLArgs()
7188 << SecondConflict->getAsString(Args); in AddClangCLArgs()