15 #ifndef LLVM_EXECUTIONENGINE_JITEVENTLISTENER_H 16 #define LLVM_EXECUTIONENGINE_JITEVENTLISTENER_H 19 #include "llvm/Config/llvm-config.h" 28 class IntelJITEventsWrapper;
29 class MachineFunction;
30 class OProfileWrapper;
69 #if LLVM_USE_INTEL_JITEVENTS 83 #endif // USE_INTEL_JITEVENTS 99 #endif // USE_OPROFILE 111 virtual void anchor();
118 #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...
This class is the base class for all object file types.
#define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref)
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()