Searched refs:FunctionSections (Results 1 – 7 of 7) sorted by relevance
116 FunctionSections(false), DataSections(false), in TargetOptions()220 unsigned FunctionSections : 1; variable
254 return Options.FunctionSections; in getFunctionSections()
220 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode() local221 if (TextSections.empty() || FunctionSections) { in writeFunctionCode()223 if (FunctionSections) in writeFunctionCode()
174 X(FunctionSections, bool, dev_opt_flag, "ffunction-sections", \
237 FunctionSections("function-sections",310 Options.FunctionSections = FunctionSections;
125 this->Options.FunctionSections = true; in WebAssemblyTargetMachine()
123 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()