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.h26 class ObjectCache; variable
42 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
47 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache()
60 ObjectCache *ObjCache = nullptr;
70 ObjectCache *ObjCache = nullptr)
86 ObjectCache *ObjCache = nullptr);
88 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache()
94 ObjectCache *ObjCache = nullptr;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h24 class LLVM_ABI ObjectCache {
28 ObjectCache() = default;
30 virtual ~ObjectCache() = default;
H A DExecutionEngine.h51 class ObjectCache; variable
424 virtual void setObjectCache(ObjectCache *) { in setObjectCache() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h21 class ObjectCache; variable
186 ObjectCache *ObjCache;
224 void setObjectCache(ObjectCache *manager) override;
H A DMCJIT.cpp140 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h32 class ObjectCache; variable
375 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.cpp304 class LLIObjectCache : public ObjectCache {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp60 void ObjectCache::anchor() {} in anchor()