Home
last modified time | relevance | path

Searched refs:execCharset (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7179 if (Arg *execCharset = Args.getLastArg(options::OPT_fexec_charset_EQ)) { in ConstructJob() local
7180 StringRef value = execCharset->getValue(); in ConstructJob()
7182 D.Diag(diag::err_drv_invalid_value) << execCharset->getAsString(Args) in ConstructJob()