Home
last modified time | relevance | path

Searched defs:ObjCache (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h59 ObjectCache *ObjCache = nullptr; variable
87 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache()
93 ObjectCache *ObjCache = nullptr; variable
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp51 void runJITWithCache(ObjectCache &ObjCache) { in runJITWithCache()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp84 ObjectCache *ObjCache) in ConcurrentIRCompiler()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h187 ObjectCache *ObjCache; variable