Searched refs:DataSections (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 145 DataSections(false), IgnoreXCOFFVisibility(false), in TargetOptions() 272 unsigned DataSections : 1; variable
|
| H A D | TargetMachine.h | 299 return Options.DataSections; in getDataSections()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1346 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 D | CommandFlags.cpp | 88 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 D | LTO.cpp | 61 c.Options.DataSections = true; in createConfig()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 143 this->Options.DataSections = true; in WebAssemblyTargetMachine()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 62 c.Options.DataSections = true; in createConfig()
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 417 Config.Options.DataSections = true; in determineTarget()
|
| H A D | LTO.cpp | 137 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 416 Options.DataSections = CodeGenOpts.DataSections; in initTargetOptions()
|
| /src/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 502 if (!Options.DataSections) in compileModule()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 57 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 4195 CodeGenOpts<"DataSections">, DefaultFalse,
|