Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h51 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() function
114 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h373 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache() function
374 CompileLayer.getCompiler().setObjectCache(NewCache); in setObjectCache()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h234 void setObjectCache(ObjectCache *manager) override;
H A DMCJIT.cpp139 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h415 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp468 EE->setObjectCache(CacheManager.get()); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp328 m_execution_engine_ap->setObjectCache(m_object_cache_ap.get()); in GetRunnableInfo()