Home
last modified time | relevance | path

Searched refs:ObjectCache (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h25 class ObjectCache; variable
41 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
45 /// Set an ObjectCache to query before compiling.
46 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache()
59 ObjectCache *ObjCache = nullptr;
69 ObjectCache *ObjCache = nullptr)
85 ObjectCache *ObjCache = nullptr);
87 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache()
93 ObjectCache *ObjCache = nullptr;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
H A DExecutionEngine.h50 class ObjectCache; variable
421 /// Sets the pre-compiled object cache. The ownership of the ObjectCache is
423 virtual void setObjectCache(ObjectCache *) { in setObjectCache() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h21 class ObjectCache; variable
187 ObjectCache *ObjCache;
225 void setObjectCache(ObjectCache *manager) override;
H A DMCJIT.cpp141 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h31 class ObjectCache; variable
368 std::unique_ptr<llvm::ObjectCache> m_object_cache_up;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp84 ObjectCache *ObjCache) in ConcurrentIRCompiler()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp311 class ObjectDumper : public llvm::ObjectCache { in GetRunnableInfo()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp302 class LLIObjectCache : public ObjectCache {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp61 void ObjectCache::anchor() {} in anchor()