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.h147 UniqueBasicBlockSectionNames(false), SeparateNamedSections(false), in TargetOptions()
283 unsigned UniqueBasicBlockSectionNames : 1; variable
H A DTargetMachine.h289 return Options.UniqueBasicBlockSectionNames; in getUniqueBasicBlockSectionNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp98 CGOPT(bool, UniqueBasicBlockSectionNames) in CGOPT()
420 static cl::opt<bool> UniqueBasicBlockSectionNames( in CGOPT() local
424 CGBINDOPT(UniqueBasicBlockSectionNames); in CGOPT()
581 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp90 c.Options.UniqueBasicBlockSectionNames = in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp419 Options.UniqueBasicBlockSectionNames = in initTargetOptions()
420 CodeGenOpts.UniqueBasicBlockSectionNames; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def59 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1) ///< Set for -funique-basic-block-section-names,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4212 CodeGenOpts<"UniqueBasicBlockSectionNames">, DefaultFalse,