Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h134 UniqueBasicBlockSectionNames(false), TrapUnreachable(false), in TargetOptions()
253 unsigned UniqueBasicBlockSectionNames : 1; variable
DTargetMachine.h254 return Options.UniqueBasicBlockSectionNames; in getUniqueBasicBlockSectionNames()
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp86 CGOPT(bool, UniqueBasicBlockSectionNames) in CGOPT()
389 static cl::opt<bool> UniqueBasicBlockSectionNames( in CGOPT() local
393 CGBINDOPT(UniqueBasicBlockSectionNames); in CGOPT()
544 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
/external/llvm-project/lld/ELF/
DLTO.cpp115 c.Options.UniqueBasicBlockSectionNames = in createConfig()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp539 Options.UniqueBasicBlockSectionNames = in initTargetOptions()
540 CodeGenOpts.UniqueBasicBlockSectionNames; in initTargetOptions()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def49 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1) ///< Set for -funique-basic-block-section-names,
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1117 Opts.UniqueBasicBlockSectionNames = in ParseCodeGenArgs()