Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4192 Args.addOptOutFlag(CmdArgs, options::OPT_fspell_checking, in RenderDiagnosticsOptions()
4449 Args.addOptOutFlag(CmdArgs, options::OPT_ginline_line_tables, in renderDebugOptions()
5463 Args.addOptOutFlag(CmdArgs, options::OPT_fjump_tables, in ConstructJob()
5551 Args.addOptOutFlag(CmdArgs, options::OPT_fstrict_return, in ConstructJob()
5671 Args.addOptOutFlag(CmdArgs, options::OPT_fauto_import, in ConstructJob()
6673 Args.addOptOutFlag(CmdArgs, options::OPT_mstack_arg_probe, in ConstructJob()
6804 Args.addOptOutFlag(CmdArgs, options::OPT_faccess_control, in ConstructJob()
6806 Args.addOptOutFlag(CmdArgs, options::OPT_felide_constructors, in ConstructJob()
7191 Args.addOptOutFlag(CmdArgs, options::OPT_fgnu_inline_asm, in ConstructJob()
7496 Args.addOptOutFlag(CmdArgs, in ConstructJob()
[all …]
H A DGnu.cpp772 Args.addOptOutFlag(CmdArgs, options::OPT_mrelax, options::OPT_mno_relax); in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp177 Args.addOptOutFlag(CmdArgs, options::OPT_fxray_function_index, in addArgs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h316 void addOptOutFlag(ArgStringList &Output, OptSpecifier Pos, in addOptOutFlag() function