Searched refs:DataSections (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetMachine.cpp | 175 DataSections("fdata-sections", variable 241 return DataSections; in getDataSections() 249 DataSections = V; in setDataSections()
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 102 DataSections(false), UniqueSectionNames(true), TrapUnreachable(false), in TargetOptions() 200 unsigned DataSections : 1; variable
|
D | TargetMachine.h | 207 return Options.DataSections; in getDataSections()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 233 cl::opt<bool> DataSections("data-sections", 304 Options.DataSections = DataSections; in InitTargetOptionsFromCodeGenFlags()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.h | 115 DataSectionList DataSections; variable
|
D | IceTargetLowering.cpp | 1007 const bool DataSections) { in dataSectionSuffix() argument 1008 if (SectionSuffix.empty() && !DataSections) { in dataSectionSuffix() 1012 if (DataSections) { in dataSectionSuffix()
|
D | IceELFObjectWriter.cpp | 179 assignRelSectionNumInPairs<DataSectionList>(CurSectionNumber, DataSections, in assignSectionNumbersInfo() 380 DataSections.push_back(Section); in writeDataOfType()
|
D | IceClFlags.def | 110 X(DataSections, bool, dev_opt_flag, "fdata-sections", \
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 625 Options.DataSections = CodeGenOpts.DataSections; in CreateTargetMachine()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 45 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 600 Opts.DataSections = Args.hasFlag(OPT_fdata_sections, in ParseCodeGenArgs()
|