Searched refs:FunctionSections (Results 1 – 10 of 10) sorted by relevance
123 FunctionSections(false), DataSections(false), in TargetOptions()235 unsigned FunctionSections : 1; variable
277 return Options.FunctionSections; in getFunctionSections()
77 CGOPT_EXP(bool, FunctionSections) in CGOPT()336 static cl::opt<bool> FunctionSections( in CGOPT() local339 CGBINDOPT(FunctionSections); in CGOPT()510 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
69 c.Options.FunctionSections = true; in createConfig()
143 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
88 c.Options.FunctionSections = true; in createConfig()
563 Options.FunctionSections = CodeGenOpts.FunctionSections; in initTargetOptions()
96 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
119 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
2749 CodeGenOpts<"FunctionSections">, DefaultFalse,