Home
last modified time | relevance | path

Searched refs:FunctionSections (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h123 FunctionSections(false), DataSections(false), in TargetOptions()
238 unsigned FunctionSections : 1; variable
H A DTargetMachine.h277 return Options.FunctionSections; in getFunctionSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp78 CGOPT_EXP(bool, FunctionSections) in CGOPT()
342 static cl::opt<bool> FunctionSections( in CGOPT() local
345 CGBINDOPT(FunctionSections); in CGOPT()
517 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp136 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp555 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp880 Conf.Options.FunctionSections = SplitSections; in createLTO()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def96 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp119 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2716 CodeGenOpts<"FunctionSections">, DefaultFalse,