Searched refs:notifyObjectCompiled (Results 1 – 7 of 7) sorted by relevance
63 notifyObjectCompiled(M, *ObjBuffer); in operator ()()75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled() function in llvm::orc::SimpleCompiler78 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled()
31 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
59 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
106 void notifyObjectCompiled(const llvm::Module* M, llvm::MemoryBufferRef Obj) override;
698 void JitCache::notifyObjectCompiled(const llvm::Module* M, llvm::MemoryBufferRef Obj) in notifyObjectCompiled() function in JitCache
304 void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) { in notifyObjectCompiled() function in LPObjectCache
180 ObjCache->notifyObjectCompiled(M, MB); in emitObject()