Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h46 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() function
87 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h423 virtual void setObjectCache(ObjectCache *) { in setObjectCache() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp141 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() function in MCJIT