Searched refs:FunctionSections (Results 1 – 12 of 12) sorted by relevance
134 RelaxELFRelocations(true), FunctionSections(false), in TargetOptions()263 unsigned FunctionSections : 1; variable
293 return Options.FunctionSections; in getFunctionSections()
87 CGOPT_EXP(bool, FunctionSections) in CGOPT()370 static cl::opt<bool> FunctionSections( in CGOPT() local373 CGBINDOPT(FunctionSections); in CGOPT()545 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
47 c.Options.FunctionSections = true; in createLTO()
72 c.Options.FunctionSections = true; in createConfig()
139 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
85 c.Options.FunctionSections = true; in createConfig()
429 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
878 Conf.Options.FunctionSections = SplitSections; in createLTO()
97 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
122 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
3101 CodeGenOpts<"FunctionSections">, DefaultFalse,