Searched refs:DataSections (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 128 DataSections(false), IgnoreXCOFFVisibility(false), in TargetOptions() 257 unsigned DataSections : 1; variable
|
| H A D | TargetMachine.h | 331 return Options.DataSections; in getDataSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1374 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 D | CommandFlags.cpp | 88 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 D | LTO.cpp | 55 c.Options.DataSections = true; in createConfig()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 227 this->Options.DataSections = true; in WebAssemblyTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 404 Config.Options.DataSections = true; in determineTarget()
|
| H A D | LTO.cpp | 147 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey() 2326 if (C.Options.DataSections) in buildCommonRemoteCompilerOptions()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 56 c.Options.DataSections = true; in createConfig()
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 497 if (!Options.DataSections) in compileModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 451 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 48 CODEGENOPT(DataSections , 1, 0, Benign) ///< Set when -fdata-sections is enabled.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4441 CodeGenOpts<"DataSections">, DefaultFalse,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 29460 {"_ZL12DataSections", "DataSections"},
|