10 #ifndef LLVM_EXECUTION_ENGINE_JIT_REGISTRAR_H
11 #define LLVM_EXECUTION_ENGINE_JIT_REGISTRAR_H
19 virtual void anchor();
44 #endif // LLVM_EXECUTION_ENGINE_JIT_REGISTRAR_H
virtual bool deregisterObject(const ObjectBuffer &Object)=0
Global access point for the JIT debugging interface.
virtual void registerObject(const ObjectBuffer &Object)=0
static JITRegistrar & getGDBRegistrar()
Returns a reference to a GDB JIT registrar singleton.
JITRegistrar()
Instantiates the JIT service.