Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h116 FunctionSections(false), DataSections(false), in TargetOptions()
223 unsigned DataSections : 1; variable
DTargetMachine.h248 return Options.DataSections; in getDataSections()
/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-project/llvm/include/llvm/Target/
DTargetOptions.h132 FunctionSections(false), DataSections(false), in TargetOptions()
245 unsigned DataSections : 1; variable
DTargetMachine.h260 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/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp76 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/
DIceELFObjectWriter.h115 DataSectionList DataSections; variable
DIceTargetLowering.cpp996 const bool DataSections) { in dataSectionSuffix() argument
997 if (SectionSuffix.empty() && !DataSections) { in dataSectionSuffix()
1001 if (DataSections) { in dataSectionSuffix()
DIceELFObjectWriter.cpp178 assignRelSectionNumInPairs<DataSectionList>(CurSectionNumber, DataSections, in assignSectionNumbersInfo()
379 DataSections.push_back(Section); in writeDataOfType()
DIceClFlags.def110 X(DataSections, bool, dev_opt_flag, "fdata-sections", \
/external/llvm-project/lld/wasm/
DLTO.cpp48 c.Options.DataSections = true; in createLTO()
/external/llvm-project/lld/COFF/
DLTO.cpp69 c.Options.DataSections = true; in createConfig()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc232 static cl::opt<bool> DataSections("data-sections",
309 Options.DataSections = DataSections;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp136 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp126 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/external/clang/lib/CodeGen/
DBackendUtil.cpp625 Options.DataSections = CodeGenOpts.DataSections; in CreateTargetMachine()
/external/llvm-project/lld/ELF/
DLTO.cpp89 c.Options.DataSections = true; in createConfig()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp260 return CGOpts.DataSections && !CGOpts.DisableIntegratedAS; in asanUseGlobalsGC()
536 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def45 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp874 Conf.Options.DataSections = SplitSections; in createLTO()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def47 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp124 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp117 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()

12