Home
last modified time | relevance | path

Searched defs:setObjectCache (Results 1 – 4 of 4) 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/include/llvm/ExecutionEngine/
DExecutionEngine.h415 virtual void setObjectCache(ObjectCache *) { 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT