LLVM 22.0.0git
JMCInstrumenter.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "jmc-instrumenter"

Functions

static bool runImpl (Module &M)
 INITIALIZE_PASS (JMCInstrumenter, DEBUG_TYPE, "Instrument function entry with call to __CheckForDebuggerJustMyCode", false, false) ModulePass *llvm

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "jmc-instrumenter"

Definition at line 43 of file JMCInstrumenter.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( JMCInstrumenter ,
DEBUG_TYPE ,
"Instrument function entry with call to __CheckForDebuggerJustMyCode" ,
false ,
false  )

Definition at line 62 of file JMCInstrumenter.cpp.

References llvm::createJMCInstrumenterPass(), and DEBUG_TYPE.

◆ runImpl()