LLVM 18.0.0git
|
#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-instrument" |
Functions | |
INITIALIZE_PASS (JMCInstrumenter, DEBUG_TYPE, "Instrument function entry with call to __CheckForDebuggerJustMyCode", false, false) ModulePass *llvm | |
#define DEBUG_TYPE "jmc-instrument" |
Definition at line 42 of file JMCInstrumenter.cpp.
INITIALIZE_PASS | ( | JMCInstrumenter | , |
DEBUG_TYPE | , | ||
"Instrument function entry with call to __CheckForDebuggerJustMyCode" | , | ||
false | , | ||
false | |||
) |
Definition at line 55 of file JMCInstrumenter.cpp.