Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h47 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() function
88 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h232 void setObjectCache(ObjectCache *manager) override;
H A DMCJIT.cpp140 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h424 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp537 EE->setObjectCache(CacheManager.get()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp908 NewEngine->setObjectCache(&OurObjectCache); in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp950 EE->setObjectCache(&OurObjectCache); in compileModule()