Searched refs:FunctionSections (Results 1 – 6 of 6) sorted by relevance
102 CompressDebugSections(false), FunctionSections(false), in TargetOptions()194 unsigned FunctionSections : 1; variable
216 return Options.FunctionSections; in getFunctionSections()
223 FunctionSections("function-sections",290 Options.FunctionSections = FunctionSections; in InitTargetOptionsFromCodeGenFlags()
552 Options.FunctionSections = CodeGenOpts.FunctionSections; in CreateTargetMachine()
68 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
524 Opts.FunctionSections = Args.hasFlag(OPT_ffunction_sections, in ParseCodeGenArgs()