Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h137 UniqueBasicBlockSectionNames(false), TrapUnreachable(false), in TargetOptions()
277 unsigned UniqueBasicBlockSectionNames : 1; variable
H A DTargetMachine.h281 return Options.UniqueBasicBlockSectionNames; in getUniqueBasicBlockSectionNames()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp94 CGOPT(bool, UniqueBasicBlockSectionNames) in CGOPT()
407 static cl::opt<bool> UniqueBasicBlockSectionNames( in CGOPT() local
411 CGBINDOPT(UniqueBasicBlockSectionNames); in CGOPT()
550 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp112 c.Options.UniqueBasicBlockSectionNames = in createConfig()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp433 Options.UniqueBasicBlockSectionNames = in initTargetOptions()
434 CodeGenOpts.UniqueBasicBlockSectionNames; in initTargetOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def51 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1) ///< Set for -funique-basic-block-section-names,
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3125 CodeGenOpts<"UniqueBasicBlockSectionNames">, DefaultFalse,