/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | CompileUtils.cpp | 63 notifyObjectCompiled(M, *ObjBuffer); in operator ()() 75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled() function in llvm::orc::SimpleCompiler 78 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileUtils.cpp | 63 notifyObjectCompiled(M, *ObjBuffer); in operator ()() 75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled() function in llvm::orc::SimpleCompiler 78 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ObjectCache.h | 31 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ObjectCache.h | 30 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | ObjectCache.h | 32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
D | LLJITWithObjectCache.cpp | 28 void notifyObjectCompiled(const Module *M, in notifyObjectCompiled() function in MyObjectCache
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileUtils.h | 57 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileUtils.h | 59 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
|
/external/llvm-project/mlir/include/mlir/ExecutionEngine/ |
D | ExecutionEngine.h | 40 void notifyObjectCompiled(const llvm::Module *M,
|
/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 | 106 void notifyObjectCompiled(const llvm::Module* M, llvm::MemoryBufferRef Obj) override;
|
D | JitManager.cpp | 692 void JitCache::notifyObjectCompiled(const llvm::Module* M, llvm::MemoryBufferRef Obj) in notifyObjectCompiled() function in JitCache
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 26 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon644dda240111::TestObjectCache
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 27 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon17bd5eb60111::TestObjectCache
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 304 void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) { in notifyObjectCompiled() function in LPObjectCache
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 66 void SimpleObjectCache::notifyObjectCompiled(const Module *M, in notifyObjectCompiled() function in SimpleObjectCache
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 179 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 180 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/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 182 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
|
/external/llvm-project/llvm/tools/lli/ |
D | lli.cpp | 268 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
|
/external/llvm-project/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 297 void notifyObjectCompiled(const llvm::Module *module, in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|
/external/llvm-project/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/complete/ |
D | toy.cpp | 702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|