|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/CommandFlags.inc 300 Options.DataSections = DataSections;
include/llvm/Target/TargetMachine.h 248 return Options.DataSections;
lib/LTO/LTO.cpp 123 AddUnsigned(Conf.Options.DataSections);
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp 126 this->Options.DataSections = true;
tools/clang/lib/CodeGen/BackendUtil.cpp 480 Options.DataSections = CodeGenOpts.DataSections;
tools/gold/gold-plugin.cpp 855 Conf.Options.DataSections = SplitSections;
tools/lld/COFF/LTO.cpp 70 c.Options.DataSections = true;
tools/lld/ELF/LTO.cpp 77 c.Options.DataSections = true;
tools/lld/wasm/LTO.cpp 48 c.Options.DataSections = true;