Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h46 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() function
87 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h225 void setObjectCache(ObjectCache *manager) override;
H A DMCJIT.cpp141 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h423 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp344 m_execution_engine_up->setObjectCache(m_object_cache_up.get()); in GetRunnableInfo()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp536 EE->setObjectCache(CacheManager.get()); in main()