Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCompileUtils.h26 class ObjectCache; variable
44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache()
62 ObjectCache *ObjCache = nullptr;
72 ObjectCache *ObjCache = nullptr)
88 ObjectCache *ObjCache = nullptr);
90 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache()
96 ObjectCache *ObjCache = nullptr;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDObjectCache.h22 class ObjectCache {
26 ObjectCache() = default;
28 virtual ~ObjectCache() = default;
HDExecutionEngine.h51 class ObjectCache; variable
415 virtual void setObjectCache(ObjectCache *) { in setObjectCache() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h195 ObjectCache *ObjCache;
233 void setObjectCache(ObjectCache *manager) override;
HDMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRExecutionUnit.h31 class ObjectCache; variable
374 std::unique_ptr<llvm::ObjectCache> m_object_cache_up;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCompileUtils.cpp82 ObjectCache *ObjCache) in ConcurrentIRCompiler()
HDOrcMCJITReplacement.h52 class ObjectCache; variable
369 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp239 class LLIObjectCache : public ObjectCache {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp297 class ObjectDumper : public llvm::ObjectCache { in GetRunnableInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp64 void ObjectCache::anchor() {} in anchor()