reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 4920       options::OPT_fdwarf_exceptions, options::OPT_fwasm_exceptions);
 4927     if (Opt.matches(options::OPT_fdwarf_exceptions))
tools/clang/lib/Driver/ToolChains/MinGW.cpp
  435                                       options::OPT_fdwarf_exceptions);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2736       options::OPT_fdwarf_exceptions, options::OPT_fwasm_exceptions);
 2746     Opts.DWARFExceptions = Opt.matches(options::OPT_fdwarf_exceptions);