/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 116 FunctionSections(false), DataSections(false), in TargetOptions() 223 unsigned DataSections : 1; variable
|
D | TargetMachine.h | 248 return Options.DataSections; in getDataSections()
|
/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-project/llvm/include/llvm/Target/ |
D | TargetOptions.h | 132 FunctionSections(false), DataSections(false), in TargetOptions() 245 unsigned DataSections : 1; variable
|
D | TargetMachine.h | 260 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/llvm-project/llvm/lib/CodeGen/ |
D | CommandFlags.cpp | 76 CGOPT_EXP(bool, DataSections) in CGOPT() 337 static cl::opt<bool> DataSections( in CGOPT() local 340 CGBINDOPT(DataSections); in CGOPT() 538 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.h | 115 DataSectionList DataSections; variable
|
D | IceTargetLowering.cpp | 996 const bool DataSections) { in dataSectionSuffix() argument 997 if (SectionSuffix.empty() && !DataSections) { in dataSectionSuffix() 1001 if (DataSections) { in dataSectionSuffix()
|
D | IceELFObjectWriter.cpp | 178 assignRelSectionNumInPairs<DataSectionList>(CurSectionNumber, DataSections, in assignSectionNumbersInfo() 379 DataSections.push_back(Section); in writeDataOfType()
|
D | IceClFlags.def | 110 X(DataSections, bool, dev_opt_flag, "fdata-sections", \
|
/external/llvm-project/lld/wasm/ |
D | LTO.cpp | 48 c.Options.DataSections = true; in createLTO()
|
/external/llvm-project/lld/COFF/ |
D | LTO.cpp | 69 c.Options.DataSections = true; in createConfig()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 232 static cl::opt<bool> DataSections("data-sections", 309 Options.DataSections = DataSections;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 136 this->Options.DataSections = true; in WebAssemblyTargetMachine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 126 this->Options.DataSections = true; in WebAssemblyTargetMachine()
|
/external/llvm-project/lld/ELF/ |
D | LTO.cpp | 89 c.Options.DataSections = true; in createConfig()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 625 Options.DataSections = CodeGenOpts.DataSections; in CreateTargetMachine()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 260 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC() 536 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 45 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
|
/external/llvm-project/llvm/tools/gold/ |
D | gold-plugin.cpp | 874 Conf.Options.DataSections = SplitSections; in createLTO()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.def | 47 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 124 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 117 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
|