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

References

include/llvm/CodeGen/CommandFlags.inc
  301   Options.FunctionSections = FunctionSections;
include/llvm/Target/TargetMachine.h
  254     return Options.FunctionSections;
lib/LTO/LTO.cpp
  122   AddUnsigned(Conf.Options.FunctionSections);
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  125   this->Options.FunctionSections = true;
tools/clang/lib/CodeGen/BackendUtil.cpp
  479   Options.FunctionSections = CodeGenOpts.FunctionSections;
tools/gold/gold-plugin.cpp
  853     Conf.Options.FunctionSections = SplitSections;
tools/lld/COFF/LTO.cpp
   69   c.Options.FunctionSections = true;
tools/lld/ELF/LTO.cpp
   76   c.Options.FunctionSections = true;
tools/lld/wasm/LTO.cpp
   47   c.Options.FunctionSections = true;