Home
last modified time | relevance | path

Searched refs:NewCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h46 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp141 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() argument
143 ObjCache = NewCache; in setObjectCache()