Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h134 RelaxELFRelocations(true), FunctionSections(false), in TargetOptions()
263 unsigned FunctionSections : 1; variable
H A DTargetMachine.h293 return Options.FunctionSections; in getFunctionSections()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp87 CGOPT_EXP(bool, FunctionSections) in CGOPT()
370 static cl::opt<bool> FunctionSections( in CGOPT() local
373 CGBINDOPT(FunctionSections); in CGOPT()
545 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/openbsd-src/gnu/llvm/lld/wasm/
H A DLTO.cpp47 c.Options.FunctionSections = true; in createLTO()
/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp72 c.Options.FunctionSections = true; in createConfig()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp139 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp85 c.Options.FunctionSections = true; in createConfig()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp429 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp878 Conf.Options.FunctionSections = SplitSections; in createLTO()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def97 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp122 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3101 CodeGenOpts<"FunctionSections">, DefaultFalse,