Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h117 FunctionSections(false), DataSections(false), in TargetOptions()
220 unsigned FunctionSections : 1; variable
H A DTargetMachine.h227 return Options.FunctionSections; in getFunctionSections()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp50 C.Options.FunctionSections = true; in createLTO()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp114 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc238 FunctionSections("function-sections",
297 Options.FunctionSections = FunctionSections;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp76 C.Options.FunctionSections = true; in createConfig()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp468 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def84 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp120 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp883 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()