Searched refs:SeparateNamedSections (Results 1 – 6 of 6) sorted by relevance
147 UniqueBasicBlockSectionNames(false), SeparateNamedSections(false), in TargetOptions()286 unsigned SeparateNamedSections : 1; variable
293 return Options.SeparateNamedSections; in getSeparateNamedSections()
99 CGOPT(bool, SeparateNamedSections) in CGOPT()426 static cl::opt<bool> SeparateNamedSections( in CGOPT() local430 CGBINDOPT(SeparateNamedSections); in CGOPT()582 Options.SeparateNamedSections = getSeparateNamedSections(); in InitTargetOptionsFromCodeGenFlags()
421 Options.SeparateNamedSections = CodeGenOpts.SeparateNamedSections; in initTargetOptions()
62 CODEGENOPT(SeparateNamedSections, 1, 0) ///< Set for -fseparate-named-sections.
4228 CodeGenOpts<"SeparateNamedSections">, DefaultFalse,