Searched refs:NewCache (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp140 void MCJIT::setObjectCache(ObjectCache* NewCache) { argument
142 ObjCache = NewCache;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h370 void setObjectCache(ObjectCache *NewCache) override {
371 CompileLayer.getCompiler().setObjectCache(NewCache); variable

Completed in 123 milliseconds