Home
last modified time | relevance | path

Searched refs:JMCInstrument (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h156 PPCGenScalarMASSEntries(false), JMCInstrument(false), in TargetOptions()
371 unsigned JMCInstrument : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp111 CGOPT(bool, JMCInstrument) in CGOPT()
501 static cl::opt<bool> JMCInstrument( in CGOPT() local
505 CGBINDOPT(JMCInstrument); in CGOPT()
598 Options.JMCInstrument = getJMCInstrument(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp493 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp457 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp437 Options.JMCInstrument = CodeGenOpts.JMCInstrument; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp656 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def154 CODEGENOPT(JMCInstrument, 1, 0) ///< Set when -fjmc is enabled.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2774 CodeGenOpts<"JMCInstrument">, DefaultFalse,