Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp63 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp28 void notifyObjectCompiled(const Module *M, in notifyObjectCompiled() function in MyObjectCache
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h57 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp182 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp309 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache