Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp5712 if (Arg *execCharset = Args.getLastArg(options::OPT_fexec_charset_EQ)) { in ConstructJob() local
5713 StringRef value = execCharset->getValue(); in ConstructJob()
5715 D.Diag(diag::err_drv_invalid_value) << execCharset->getAsString(Args) in ConstructJob()