Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h144 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions()
269 unsigned FunctionSections : 1; variable
H A DTargetMachine.h305 return Options.FunctionSections; in getFunctionSections()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp89 CGOPT_EXP(bool, FunctionSections) in CGOPT()
373 static cl::opt<bool> FunctionSections( in CGOPT() local
376 CGBINDOPT(FunctionSections); in CGOPT()
575 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp60 c.Options.FunctionSections = true; in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp142 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp61 c.Options.FunctionSections = true; in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp415 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def102 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp136 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4180 CodeGenOpts<"FunctionSections">, DefaultFalse,