Searched refs:notifyObjectCompiled (Results 1 – 6 of 6) sorted by relevance
65 notifyObjectCompiled(M, *ObjBuffer); in operator ()()77 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled() function in llvm::orc::SimpleCompiler80 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled()
32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
56 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
183 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
314 void notifyObjectCompiled(const llvm::Module *module, in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
312 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache