Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCompileUtils.h49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() function
90 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h369 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache() function
370 CompileLayer.getCompiler().setObjectCache(NewCache); in setObjectCache()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h233 void setObjectCache(ObjectCache *manager) override;
HDMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h415 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp470 EE->setObjectCache(CacheManager.get()); in main()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp320 m_execution_engine_up->setObjectCache(m_object_cache_up.get()); in GetRunnableInfo()