Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h123 FunctionSections(false), DataSections(false), in TargetOptions()
241 unsigned DataSections : 1; variable
H A DTargetMachine.h271 return Options.DataSections; in getDataSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp77 CGOPT_EXP(bool, DataSections) in CGOPT()
337 static cl::opt<bool> DataSections( in CGOPT() local
340 CGBINDOPT(DataSections); in CGOPT()
515 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp137 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp262 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
556 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp882 Conf.Options.DataSections = SplitSections; in createLTO()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp120 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2726 CodeGenOpts<"DataSections">, DefaultFalse,