14 #ifndef LLVM_EXECUTIONENGINE_JITEVENTLISTENER_H 15 #define LLVM_EXECUTIONENGINE_JITEVENTLISTENER_H 18 #include "llvm/Config/llvm-config.h" 26 class IntelJITEventsWrapper;
27 class MachineFunction;
28 class OProfileWrapper;
67 #if LLVM_USE_INTEL_JITEVENTS 81 #endif // USE_INTEL_JITEVENTS 97 #endif // USE_OPROFILE 109 virtual void anchor();
116 #endif // LLVM_EXECUTIONENGINE_JITEVENTLISTENER_H static JITEventListener * createIntelJITEventListener()
Information about the loaded object.
This class represents lattice values for constants.
JITEventListener - Abstract interface for use by the JIT to notify clients about significant events d...
static JITEventListener * createGDBRegistrationListener()
This class is the base class for all object file types.
JITEventListener()=default
#define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref)
virtual ~JITEventListener()=default
static JITEventListener * createIntelJITEventListener(IntelJITEventsWrapper *AlternativeImpl)
static JITEventListener * createPerfJITEventListener()
static JITEventListener * createOProfileJITEventListener(OProfileWrapper *AlternativeImpl)
struct LLVMOpaqueJITEventListener * LLVMJITEventListenerRef
virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, const RuntimeDyld::LoadedObjectInfo &L)
notifyObjectLoaded - Called after an object has had its sections allocated and addresses assigned to ...
virtual void notifyFreeingObject(ObjectKey K)
notifyFreeingObject - Called just before the memory associated with a previously emitted object is re...
static JITEventListener * createOProfileJITEventListener()