LLVM 19.0.0git
Macros | Functions
JMCInstrumenter.cpp File Reference
#include "llvm/CodeGen/JMCInstrumenter.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/DJB.h"
#include "llvm/Support/Path.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"

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.

◆ runImpl()

bool runImpl ( Module M)
static