Home
last modified time | relevance | path

Searched refs:notifyObjectCompiled (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DObjectCache.h30 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h78 ObjCache->notifyObjectCompiled(&*M, Buffer->getMemBufferRef()); in addModuleSet()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp27 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon7137a08f0111::TestObjectCache
/external/llvm/tools/lli/
Dlli.cpp259 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp172 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache