Searched refs:FunctionSections (Results 1 – 6 of 6) sorted by relevance
80 CompressDebugSections(false), FunctionSections(false), in TargetOptions()196 unsigned FunctionSections : 1; variable
188 return Options.FunctionSections; in getFunctionSections()
206 FunctionSections("function-sections",290 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
529 Options.FunctionSections = CodeGenOpts.FunctionSections; in CreateTargetMachine()
64 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
484 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()