/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileUtils.cpp | 62 notifyObjectCompiled(M, *ObjBuffer); in operator ()() 74 void SimpleCompiler::notifyObjectCompiled(const Module &M, in tryToLoadFromObjectCache() 77 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled() function in llvm::orc::SimpleCompiler
|
/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | ObjectCache.h | 32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
H A D | LLJITWithObjectCache.cpp | 28 void notifyObjectCompiled(const Module *M, in notifyObjectCompiled() function in MyObjectCache
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileUtils.h | 56 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
|
/llvm-project/mlir/include/mlir/ExecutionEngine/ |
H A D | ExecutionEngine.h | 43 void notifyObjectCompiled(const llvm::Module *m,
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITObjectCacheTest.cpp | 27 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon244593e00111::TestObjectCache
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 65 void SimpleObjectCache::notifyObjectCompiled(const Module *m, in notifyObjectCompiled() function in SimpleObjectCache
|
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 182 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
|
/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 312 void notifyObjectCompiled(const llvm::Module *module, in GetRunnableInfo() 314 void notifyObjectCompiled(const llvm::Module *module, GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|
/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 313 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() 312 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { notifyObjectCompiled() function in LLIObjectCache
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
|