Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h134 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()
263 unsigned FunctionSections : 1; variable
H A DTargetMachine.h285 return Options.FunctionSections; in getFunctionSections()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp85 CGOPT_EXP(bool, FunctionSections) in CGOPT()
368 static cl::opt<bool> FunctionSections( in CGOPT() local
371 CGBINDOPT(FunctionSections); in CGOPT()
543 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp47 c.Options.FunctionSections = true; in createLTO()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp69 c.Options.FunctionSections = true; in createConfig()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp135 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp84 c.Options.FunctionSections = true; in createConfig()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp417 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp892 Conf.Options.FunctionSections = SplitSections; in createLTO()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def98 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp121 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3010 CodeGenOpts<"FunctionSections">, DefaultFalse,