Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h144 FunctionSections(false), DataSections(false), in TargetOptions()
271 unsigned DataSections : 1; variable
H A DTargetMachine.h296 return Options.DataSections; in getDataSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1300 StringRef DataSections[] = {MachODataDataSectionName, in registerObjectPlatformSections() local
1303 for (auto &SecName : DataSections) { in registerObjectPlatformSections()
1446 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local
1460 DataSections.push_back({}); in populateObjCRuntimeObject()
1461 auto &SD = DataSections.back(); in populateObjCRuntimeObject()
1518 DataSections.push_back({}); in populateObjCRuntimeObject()
1519 AddSection(DataSections.back(), *GraphSec); in populateObjCRuntimeObject()
1554 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()
1586 if (!DataSections.empty()) in populateObjCRuntimeObject()
1587 WriteSegment("__DATA", DataSections); in populateObjCRuntimeObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp89 CGOPT_EXP(bool, DataSections) in CGOPT()
371 static cl::opt<bool> DataSections( in CGOPT() local
374 CGBINDOPT(DataSections); in CGOPT()
566 Options.DataSections = in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp61 c.Options.DataSections = true; in createConfig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp141 this->Options.DataSections = true; in WebAssemblyTargetMachine()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp62 c.Options.DataSections = true; in createConfig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp428 Config.Options.DataSections = true; in determineTarget()
H A DLTO.cpp131 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp406 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp505 if (!Options.DataSections) in compileModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def55 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3998 CodeGenOpts<"DataSections">, DefaultFalse,