Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h109 FunctionSections(false), DataSections(false), in TargetOptions()
211 unsigned DataSections : 1; variable
DTargetMachine.h219 return Options.DataSections; in getDataSections()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp175 DataSections("fdata-sections", variable
241 return DataSections; in getDataSections()
249 DataSections = V; in setDataSections()
/external/llvm/include/llvm/Target/
DTargetOptions.h102 DataSections(false), UniqueSectionNames(true), TrapUnreachable(false), in TargetOptions()
200 unsigned DataSections : 1; variable
DTargetMachine.h207 return Options.DataSections; in getDataSections()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h233 cl::opt<bool> DataSections("data-sections",
304 Options.DataSections = DataSections; in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h115 DataSectionList DataSections; variable
DIceTargetLowering.cpp1007 const bool DataSections) { in dataSectionSuffix() argument
1008 if (SectionSuffix.empty() && !DataSections) { in dataSectionSuffix()
1012 if (DataSections) { in dataSectionSuffix()
DIceELFObjectWriter.cpp179 assignRelSectionNumInPairs<DataSectionList>(CurSectionNumber, DataSections, in assignSectionNumbersInfo()
380 DataSections.push_back(Section); in writeDataOfType()
DIceClFlags.def110 X(DataSections, bool, dev_opt_flag, "fdata-sections", \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc226 static cl::opt<bool> DataSections("data-sections",
289 Options.DataSections = DataSections;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp110 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/external/clang/lib/CodeGen/
DBackendUtil.cpp625 Options.DataSections = CodeGenOpts.DataSections; in CreateTargetMachine()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def45 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp352 AddUnsigned(TMBuilder.Options.DataSections); in ModuleCacheEntry()
DLTO.cpp121 AddUnsigned(Conf.Options.DataSections); in computeCacheKey()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp841 Conf.Options.DataSections = SplitSections; in createLTO()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp600 Opts.DataSections = Args.hasFlag(OPT_fdata_sections, in ParseCodeGenArgs()