Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h135 DataSections(false), IgnoreXCOFFVisibility(false), in TargetOptions()
266 unsigned DataSections : 1; variable
H A DTargetMachine.h279 return Options.DataSections; in getDataSections()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp84 CGOPT_EXP(bool, DataSections) in CGOPT()
363 static cl::opt<bool> DataSections( in CGOPT() local
366 CGBINDOPT(DataSections); in CGOPT()
541 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp48 c.Options.DataSections = true; in createLTO()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp70 c.Options.DataSections = true; in createConfig()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp136 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp85 c.Options.DataSections = true; in createConfig()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp418 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp894 Conf.Options.DataSections = SplitSections; in createLTO()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp122 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3020 CodeGenOpts<"DataSections">, DefaultFalse,