Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h144 FunctionSections(false), DataSections(false), in TargetOptions()
268 unsigned FunctionSections : 1; variable
H A DTargetMachine.h302 return Options.FunctionSections; in getFunctionSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp90 CGOPT_EXP(bool, FunctionSections) in CGOPT()
376 static cl::opt<bool> FunctionSections( in CGOPT() local
379 CGBINDOPT(FunctionSections); in CGOPT()
568 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp60 c.Options.FunctionSections = true; in createConfig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp140 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp61 c.Options.FunctionSections = true; in createConfig()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp405 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def98 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp130 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3987 CodeGenOpts<"FunctionSections">, DefaultFalse,