Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h123 FunctionSections(false), DataSections(false), in TargetOptions()
235 unsigned FunctionSections : 1; variable
H A DTargetMachine.h277 return Options.FunctionSections; in getFunctionSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp77 CGOPT_EXP(bool, FunctionSections) in CGOPT()
336 static cl::opt<bool> FunctionSections( in CGOPT() local
339 CGBINDOPT(FunctionSections); in CGOPT()
510 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp69 c.Options.FunctionSections = true; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp143 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp88 c.Options.FunctionSections = true; in createConfig()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp563 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def96 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp119 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2749 CodeGenOpts<"FunctionSections">, DefaultFalse,