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.h140 PPCGenScalarMASSEntries(false), JMCInstrument(false), in TargetOptions()
359 unsigned JMCInstrument : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp112 CGOPT(bool, JMCInstrument) in CGOPT()
508 static cl::opt<bool> JMCInstrument( in CGOPT() local
512 CGBINDOPT(JMCInstrument); in CGOPT()
604 Options.JMCInstrument = getJMCInstrument(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp441 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp498 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp472 Options.JMCInstrument = CodeGenOpts.JMCInstrument; in initTargetOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp684 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def151 CODEGENOPT(JMCInstrument, 1, 0, Benign) ///< Set when -fjmc is enabled.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2895 CodeGenOpts<"JMCInstrument">, DefaultFalse,