Searched refs:FunctionSections (Results 1 – 10 of 10) sorted by relevance
144 DisableIntegratedAS(false), FunctionSections(false), in TargetOptions()269 unsigned FunctionSections : 1; variable
305 return Options.FunctionSections; in getFunctionSections()
89 CGOPT_EXP(bool, FunctionSections) in CGOPT()373 static cl::opt<bool> FunctionSections( in CGOPT() local376 CGBINDOPT(FunctionSections); in CGOPT()575 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
60 c.Options.FunctionSections = true; in createConfig()
142 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
61 c.Options.FunctionSections = true; in createConfig()
415 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
102 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
136 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
4180 CodeGenOpts<"FunctionSections">, DefaultFalse,