Home
last modified time | relevance | path

Searched refs:DataSections (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()
238 unsigned DataSections : 1; variable
H A DTargetMachine.h271 return Options.DataSections; in getDataSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp76 CGOPT_EXP(bool, DataSections) in CGOPT()
331 static cl::opt<bool> DataSections( in CGOPT() local
334 CGBINDOPT(DataSections); in CGOPT()
508 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp70 c.Options.DataSections = true; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp144 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp89 c.Options.DataSections = true; in createConfig()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp263 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
564 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp120 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2759 CodeGenOpts<"DataSections">, DefaultFalse,