Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h238 virtual void setObjectCache(ObjectCache *manager);
DMCJIT.cpp104 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h429 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function