Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h137 UniqueBasicBlockSectionNames(false), TrapUnreachable(false), in TargetOptions()
277 unsigned UniqueBasicBlockSectionNames : 1; variable
H A DTargetMachine.h273 return Options.UniqueBasicBlockSectionNames; in getUniqueBasicBlockSectionNames()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp92 CGOPT(bool, UniqueBasicBlockSectionNames) in CGOPT()
405 static cl::opt<bool> UniqueBasicBlockSectionNames( in CGOPT() local
409 CGBINDOPT(UniqueBasicBlockSectionNames); in CGOPT()
548 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp111 c.Options.UniqueBasicBlockSectionNames = in createConfig()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp421 Options.UniqueBasicBlockSectionNames = in initTargetOptions()
422 CodeGenOpts.UniqueBasicBlockSectionNames; in initTargetOptions()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def51 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1) ///< Set for -funique-basic-block-section-names,
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3034 CodeGenOpts<"UniqueBasicBlockSectionNames">, DefaultFalse,