Searched defs:setObjectCache (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ | ||
H A D | IRCompileLayer.h | 50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } function in class:llvm::orc::IRCompileLayer |
/external/llvm/lib/ExecutionEngine/MCJIT/ | ||
H A D | MCJIT.cpp | 143 void MCJIT::setObjectCache(ObjectCache* NewCache) { function in class:MCJIT |
/external/llvm/include/llvm/ExecutionEngine/ | ||
H A D | ExecutionEngine.h | 403 virtual void setObjectCache(ObjectCache *) { function in class:llvm::ExecutionEngine |
Completed in 373 milliseconds