Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h155 PPCGenScalarMASSEntries(false), JMCInstrument(false), in TargetOptions()
363 unsigned JMCInstrument : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp110 CGOPT(bool, JMCInstrument) in CGOPT()
493 static cl::opt<bool> JMCInstrument( in CGOPT() local
497 CGBINDOPT(JMCInstrument); in CGOPT()
589 Options.JMCInstrument = getJMCInstrument(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp470 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp455 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp426 Options.JMCInstrument = CodeGenOpts.JMCInstrument; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp642 if (TM->Options.JMCInstrument) in addIRPasses()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def149 CODEGENOPT(JMCInstrument, 1, 0) ///< Set when -fjmc is enabled.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2652 CodeGenOpts<"JMCInstrument">, DefaultFalse,