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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 3667         options::OPT_ffunction_sections,
 4186   if (Args.hasFlag(options::OPT_ffunction_sections,
tools/clang/lib/Driver/ToolChains/CommonArgs.cpp
  430   if (Args.hasFlag(options::OPT_ffunction_sections,
tools/clang/lib/Driver/ToolChains/MSVC.cpp
  652   if (Arg *A = Args.getLastArg(options::OPT_ffunction_sections,
  654     CmdArgs.push_back(A->getOption().getID() == options::OPT_ffunction_sections
 1405           DAL.AddFlagArg(A, Opts.getOption(options::OPT_ffunction_sections));
tools/clang/lib/Frontend/CompilerInvocation.cpp
  954   Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections,