Home
last modified time | relevance | path

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

/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/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/clang/lib/Frontend/
DCompilerInvocation.cpp600 Opts.DataSections = Args.hasFlag(OPT_fdata_sections, in ParseCodeGenArgs()