Searched refs:notifyObjectCompiled (Results 1 – 5 of 5) sorted by relevance
77 notifyObjectCompiled(M, *ObjBuffer); in operator()95 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer) { in notifyObjectCompiled() function97 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled()
32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
181 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
248 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
307 void notifyObjectCompiled(const llvm::Module *module, in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper