reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/CompileUtils.h
   43   void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
lib/ExecutionEngine/Orc/CompileUtils.cpp
   63   if (!ObjCache)
   66   return ObjCache->getObject(&M);
   71   if (ObjCache)
   72     ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef());