Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h115 DataSectionList DataSections; variable
DIceTargetLowering.cpp965 const bool DataSections) { in dataSectionSuffix() argument
966 if (SectionSuffix.empty() && !DataSections) { in dataSectionSuffix()
970 if (DataSections) { in dataSectionSuffix()
DIceELFObjectWriter.cpp172 assignRelSectionNumInPairs<DataSectionList>(CurSectionNumber, DataSections, in assignSectionNumbersInfo()
373 DataSections.push_back(Section); in writeDataOfType()
DIceClFlags.def110 X(DataSections, bool, dev_opt_flag, "fdata-sections", \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc232 static cl::opt<bool> DataSections("data-sections",
309 Options.DataSections = DataSections;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp126 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp124 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()