Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h144 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions()
269 unsigned FunctionSections : 1; variable
HDTargetMachine.h305 return Options.FunctionSections; in getFunctionSections()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCommandFlags.cpp89 CGOPT_EXP(bool, FunctionSections) in CGOPT()
373 static cl::opt<bool> FunctionSections( in CGOPT() local
376 CGBINDOPT(FunctionSections); in CGOPT()
575 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDLTO.cpp60 c.Options.FunctionSections = true; in createConfig()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyTargetMachine.cpp142 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp61 c.Options.FunctionSections = true; in createConfig()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp415 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def102 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp136 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td4180 CodeGenOpts<"FunctionSections">, DefaultFalse,