Searched refs:setObjectCache (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } function in class:llvm::orc::SimpleCompiler
90 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } function in class:llvm::orc::ConcurrentIRCompiler
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h233 void setObjectCache(ObjectCache *manager) override;
H A DMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { function in class:MCJIT
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h369 void setObjectCache(ObjectCache *NewCache) override {
370 CompileLayer.getCompiler().setObjectCache(NewCache);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h415 virtual void setObjectCache(ObjectCache *) { function in class:llvm::ExecutionEngine
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp470 EE->setObjectCache(CacheManager.get());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp320 m_execution_engine_up->setObjectCache(m_object_cache_up.get());

Completed in 544 milliseconds