Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h146 Hotpatch(false), PPCGenScalarMASSEntries(false), JMCInstrument(false), in TargetOptions()
358 unsigned JMCInstrument : 1; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp106 CGOPT(bool, JMCInstrument) in CGOPT()
482 static cl::opt<bool> JMCInstrument( in CGOPT() local
486 CGBINDOPT(JMCInstrument); in CGOPT()
564 Options.JMCInstrument = getJMCInstrument(); in InitTargetOptionsFromCodeGenFlags()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp453 if (TM->Options.JMCInstrument) in addIRPasses()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp467 if (TM->Options.JMCInstrument) in addIRPasses()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp450 Options.JMCInstrument = CodeGenOpts.JMCInstrument; in initTargetOptions()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp613 if (TM->Options.JMCInstrument) in addIRPasses()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def151 CODEGENOPT(JMCInstrument, 1, 0) ///< Set when -fjmc is enabled.
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2043 CodeGenOpts<"JMCInstrument">, DefaultFalse,