Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h127 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions()
254 unsigned FunctionSections : 1; variable
H A DTargetMachine.h337 return Options.FunctionSections; in getFunctionSections()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp89 CGOPT_EXP(bool, FunctionSections) in CGOPT()
374 static cl::opt<bool> FunctionSections( in CGOPT() local
377 CGBINDOPT(FunctionSections); in CGOPT()
580 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp54 c.Options.FunctionSections = true; in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp226 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp55 c.Options.FunctionSections = true; in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp450 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp146 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
2324 if (C.Options.FunctionSections) in buildCommonRemoteCompilerOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def94 CODEGENOPT(FunctionSections , 1, 0, Benign) ///< Set when -ffunction-sections is enabled.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4426 CodeGenOpts<"FunctionSections">, DefaultFalse,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29461 {"_ZL16FunctionSections", "FunctionSections"},