Home
last modified time | relevance | path

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

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