/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileUtils.h | 77 notifyObjectCompiled(M, *ObjBuffer); in operator() 95 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer) { in notifyObjectCompiled() function 97 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ObjectCache.h | 30 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | ObjectCache.h | 32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRCompileLayer.h | 75 ObjCache->notifyObjectCompiled(&*M, in addModuleSet()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.h | 110 virtual void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj);
|
D | JitManager.cpp | 647 void JitCache::notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) in notifyObjectCompiled() function in JitCache
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 27 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anonf4c312980111::TestObjectCache
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 27 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon8543ddf00111::TestObjectCache
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 179 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 256 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 181 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | lli.cpp | 226 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|