Home
last modified time | relevance | path

Searched defs:notifyObjectCompiled (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp28 void notifyObjectCompiled(const Module *M, in notifyObjectCompiled() function in MyObjectCache
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp77 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled() function in llvm::orc::SimpleCompiler
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp27 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon244593e00111::TestObjectCache
/llvm-project/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp65 void SimpleObjectCache::notifyObjectCompiled(const Module *m, in notifyObjectCompiled() function in SimpleObjectCache
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp314 void notifyObjectCompiled(const llvm::Module *module, GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
/llvm-project/llvm/tools/lli/
H A Dlli.cpp312 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { notifyObjectCompiled() function in LLIObjectCache
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache