Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h147 UniqueBasicBlockSectionNames(false), SeparateNamedSections(false), in TargetOptions()
283 unsigned UniqueBasicBlockSectionNames : 1; variable
HDTargetMachine.h289 return Options.UniqueBasicBlockSectionNames; in getUniqueBasicBlockSectionNames()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCommandFlags.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-13-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp90 c.Options.UniqueBasicBlockSectionNames = in createConfig()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp419 Options.UniqueBasicBlockSectionNames = in initTargetOptions()
420 CodeGenOpts.UniqueBasicBlockSectionNames; in initTargetOptions()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def59 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1) ///< Set for -funique-basic-block-section-names,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td4212 CodeGenOpts<"UniqueBasicBlockSectionNames">, DefaultFalse,