Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DObjectCache.h31 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
/external/llvm/include/llvm/ExecutionEngine/
DObjectCache.h30 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DObjectCache.h32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
DLLJITWithObjectCache.cpp28 void notifyObjectCompiled(const Module *M, in notifyObjectCompiled() function in MyObjectCache
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h57 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h59 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer);
/external/llvm-project/mlir/include/mlir/ExecutionEngine/
DExecutionEngine.h40 void notifyObjectCompiled(const llvm::Module *M,
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h75 ObjCache->notifyObjectCompiled(&*M, in addModuleSet()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h106 void notifyObjectCompiled(const llvm::Module* M, llvm::MemoryBufferRef Obj) override;
DJitManager.cpp692 void JitCache::notifyObjectCompiled(const llvm::Module* M, llvm::MemoryBufferRef Obj) in notifyObjectCompiled() function in JitCache
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp26 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon644dda240111::TestObjectCache
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp27 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in __anon17bd5eb60111::TestObjectCache
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp304 void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) { in notifyObjectCompiled() function in LPObjectCache
/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp66 void SimpleObjectCache::notifyObjectCompiled(const Module *M, in notifyObjectCompiled() function in SimpleObjectCache
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp179 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp180 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
/external/llvm/tools/lli/
Dlli.cpp256 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp182 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
/external/llvm-project/llvm/tools/lli/
Dlli.cpp268 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp297 void notifyObjectCompiled(const llvm::Module *module, in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp702 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) { in notifyObjectCompiled() function in MCJITObjectCache

12