Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h135 DataSections(false), IgnoreXCOFFVisibility(false), in TargetOptions()
266 unsigned DataSections : 1; variable
H A DTargetMachine.h287 return Options.DataSections; in getDataSections()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp86 CGOPT_EXP(bool, DataSections) in CGOPT()
365 static cl::opt<bool> DataSections( in CGOPT() local
368 CGBINDOPT(DataSections); in CGOPT()
543 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
/openbsd/gnu/llvm/lld/wasm/
H A DLTO.cpp48 c.Options.DataSections = true; in createLTO()
/openbsd/gnu/llvm/lld/COFF/
H A DLTO.cpp73 c.Options.DataSections = true; in createConfig()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp140 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp86 c.Options.DataSections = true; in createConfig()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1169 StringRef DataSections[] = {DataDataSectionName, DataCommonSectionName, in registerObjectPlatformSections() local
1171 for (auto &SecName : DataSections) { in registerObjectPlatformSections()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp430 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp427 Config.Options.DataSections = true; in determineTarget()
H A DLTO.cpp123 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp880 Conf.Options.DataSections = SplitSections; in createLTO()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def49 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3111 CodeGenOpts<"DataSections">, DefaultFalse,