Searched defs:setObjectCache (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; } function in class:llvm::orc::SimpleCompiler
90 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } function in class:llvm::orc::ConcurrentIRCompiler
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp140 void MCJIT::setObjectCache(ObjectCache* NewCache) { function in class:MCJIT
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h429 virtual void setObjectCache(ObjectCache *) { function in class:llvm::ExecutionEngine

Completed in 185 milliseconds