Home
last modified time | relevance | path

Searched refs:UniqueBasicBlockSectionNames (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h130 UniqueBasicBlockSectionNames(false), SeparateNamedSections(false), in TargetOptions()
268 unsigned UniqueBasicBlockSectionNames : 1; variable
H A DTargetMachine.h321 return Options.UniqueBasicBlockSectionNames; in getUniqueBasicBlockSectionNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp98 CGOPT(bool, UniqueBasicBlockSectionNames) in CGOPT()
421 static cl::opt<bool> UniqueBasicBlockSectionNames( in CGOPT() local
425 CGBINDOPT(UniqueBasicBlockSectionNames); in CGOPT()
586 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp87 c.Options.UniqueBasicBlockSectionNames = in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp454 Options.UniqueBasicBlockSectionNames = in initTargetOptions()
455 CodeGenOpts.UniqueBasicBlockSectionNames; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def50 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1, Benign) ///< Set for -funique-basic-block-section-na…
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4473 CodeGenOpts<"UniqueBasicBlockSectionNames">, DefaultFalse,