Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h145 DataSections(false), IgnoreXCOFFVisibility(false), in TargetOptions()
272 unsigned DataSections : 1; variable
H A DTargetMachine.h299 return Options.DataSections; in getDataSections()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1346 StringRef DataSections[] = {MachODataDataSectionName, in registerObjectPlatformSections() local
1349 for (auto &SecName : DataSections) { in registerObjectPlatformSections()
1492 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local
1506 DataSections.push_back({}); in populateObjCRuntimeObject()
1507 auto &SD = DataSections.back(); in populateObjCRuntimeObject()
1564 DataSections.push_back({}); in populateObjCRuntimeObject()
1565 AddSection(DataSections.back(), *GraphSec); in populateObjCRuntimeObject()
1600 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()
1632 if (!DataSections.empty()) in populateObjCRuntimeObject()
1633 WriteSegment("__DATA", DataSections); in populateObjCRuntimeObject()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp88 CGOPT_EXP(bool, DataSections) in CGOPT()
368 static cl::opt<bool> DataSections( in CGOPT() local
371 CGBINDOPT(DataSections); in CGOPT()
573 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp61 c.Options.DataSections = true; in createConfig()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp143 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp62 c.Options.DataSections = true; in createConfig()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp417 Config.Options.DataSections = true; in determineTarget()
H A DLTO.cpp137 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp416 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp502 if (!Options.DataSections) in compileModule()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def57 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4195 CodeGenOpts<"DataSections">, DefaultFalse,