Home
last modified time | relevance | path

Searched defs:setObjectCache (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCompileUtils.h49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() function
90 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h415 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h369 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT