Searched refs:FunctionSections (Results 1 – 12 of 12) sorted by relevance
134 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()263 unsigned FunctionSections : 1; variable
285 return Options.FunctionSections; in getFunctionSections()
85 CGOPT_EXP(bool, FunctionSections) in CGOPT()368 static cl::opt<bool> FunctionSections( in CGOPT() local371 CGBINDOPT(FunctionSections); in CGOPT()543 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
47 c.Options.FunctionSections = true; in createLTO()
69 c.Options.FunctionSections = true; in createConfig()
135 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
84 c.Options.FunctionSections = true; in createConfig()
417 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
892 Conf.Options.FunctionSections = SplitSections; in createLTO()
98 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
121 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
3010 CodeGenOpts<"FunctionSections">, DefaultFalse,