Home
last modified time | relevance | path

Searched refs:SeparateNamedSections (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h147 UniqueBasicBlockSectionNames(false), SeparateNamedSections(false), in TargetOptions()
286 unsigned SeparateNamedSections : 1; variable
HDTargetMachine.h293 return Options.SeparateNamedSections; in getSeparateNamedSections()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCommandFlags.cpp99 CGOPT(bool, SeparateNamedSections) in CGOPT()
426 static cl::opt<bool> SeparateNamedSections( in CGOPT() local
430 CGBINDOPT(SeparateNamedSections); in CGOPT()
582 Options.SeparateNamedSections = getSeparateNamedSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp421 Options.SeparateNamedSections = CodeGenOpts.SeparateNamedSections; in initTargetOptions()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def62 CODEGENOPT(SeparateNamedSections, 1, 0) ///< Set for -fseparate-named-sections.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td4228 CodeGenOpts<"SeparateNamedSections">, DefaultFalse,