Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() function
90 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h369 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache() function
370 CompileLayer.getCompiler().setObjectCache(NewCache); in setObjectCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h233 void setObjectCache(ObjectCache *manager) override;
DMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h415 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp557 JIT->setObjectCache(objcache); in lp_build_create_jit_compiler_for_module()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp199 mpExec->setObjectCache(&mCache); in CreateExecEngine()