Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h125 UniqueSectionNames(true), UniqueBasicBlockSectionNames(false), in TargetOptions()
252 unsigned UniqueBasicBlockSectionNames : 1; variable
H A DTargetMachine.h265 return Options.UniqueBasicBlockSectionNames; in getUniqueBasicBlockSectionNames()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp85 CGOPT(bool, UniqueBasicBlockSectionNames) in CGOPT()
379 static cl::opt<bool> UniqueBasicBlockSectionNames( in CGOPT() local
383 CGBINDOPT(UniqueBasicBlockSectionNames); in CGOPT()
522 Options.UniqueBasicBlockSectionNames = getUniqueBasicBlockSectionNames(); in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp559 Options.UniqueBasicBlockSectionNames = in initTargetOptions()
560 CodeGenOpts.UniqueBasicBlockSectionNames; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def51 CODEGENOPT(UniqueBasicBlockSectionNames, 1, 1) ///< Set for -funique-basic-block-section-names,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2740 CodeGenOpts<"UniqueBasicBlockSectionNames">, DefaultFalse,