Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h128 DataSections(false), IgnoreXCOFFVisibility(false), in TargetOptions()
257 unsigned DataSections : 1; variable
H A DTargetMachine.h331 return Options.DataSections; in getDataSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1374 StringRef DataSections[] = {MachODataDataSectionName, in registerObjectPlatformSections() local
1377 for (auto &SecName : DataSections) { in registerObjectPlatformSections()
1515 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local
1529 DataSections.push_back({}); in populateObjCRuntimeObject()
1530 auto &SD = DataSections.back(); in populateObjCRuntimeObject()
1581 DataSections.push_back({}); in populateObjCRuntimeObject()
1582 AddSection(DataSections.back(), *GraphSec); in populateObjCRuntimeObject()
1617 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()
1649 if (!DataSections.empty()) in populateObjCRuntimeObject()
1650 WriteSegment("__DATA", DataSections); in populateObjCRuntimeObject()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp88 CGOPT_EXP(bool, DataSections) in CGOPT()
369 static cl::opt<bool> DataSections( in CGOPT() local
372 CGBINDOPT(DataSections); in CGOPT()
578 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp55 c.Options.DataSections = true; in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp227 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp404 Config.Options.DataSections = true; in determineTarget()
H A DLTO.cpp147 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
2326 if (C.Options.DataSections) in buildCommonRemoteCompilerOptions()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp56 c.Options.DataSections = true; in createConfig()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp497 if (!Options.DataSections) in compileModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp451 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def48 CODEGENOPT(DataSections , 1, 0, Benign) ///< Set when -fdata-sections is enabled.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4441 CodeGenOpts<"DataSections">, DefaultFalse,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29460 {"_ZL12DataSections", "DataSections"},