Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h77 notifyObjectCompiled(M, *ObjBuffer); in operator()
95 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer) { in notifyObjectCompiled() function
97 ObjCache->notifyObjectCompiled(&M, ObjBuffer.getMemBufferRef()); in notifyObjectCompiled()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h32 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp181 ObjCache->notifyObjectCompiled(M, MB); in emitObject()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp248 void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) override { in notifyObjectCompiled() function in LLIObjectCache
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp307 void notifyObjectCompiled(const llvm::Module *module, in GetRunnableInfo() function in IRExecutionUnit::GetRunnableInfo::ObjectDumper