Searched refs:FunctionSections (Results 1 – 9 of 9) sorted by relevance
123 FunctionSections(false), DataSections(false), in TargetOptions()238 unsigned FunctionSections : 1; variable
277 return Options.FunctionSections; in getFunctionSections()
78 CGOPT_EXP(bool, FunctionSections) in CGOPT()342 static cl::opt<bool> FunctionSections( in CGOPT() local345 CGBINDOPT(FunctionSections); in CGOPT()517 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
136 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
555 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
880 Conf.Options.FunctionSections = SplitSections; in createLTO()
96 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
119 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
2716 CodeGenOpts<"FunctionSections">, DefaultFalse,