Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h117 FunctionSections(false), DataSections(false), in TargetOptions()
223 unsigned DataSections : 1; variable
H A DTargetMachine.h221 return Options.DataSections; in getDataSections()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp51 C.Options.DataSections = true; in createLTO()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp115 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc233 static cl::opt<bool> DataSections("data-sections",
296 Options.DataSections = DataSections;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp77 C.Options.DataSections = true; in createConfig()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp228 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
469 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp121 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp885 Opts.DataSections = Args.hasFlag(OPT_fdata_sections, in ParseCodeGenArgs()