Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h47 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
51 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache()
101 ObjectCache *ObjCache = nullptr;
111 ObjectCache *ObjCache = nullptr)
114 void setObjectCache(ObjectCache *ObjCache) { this->ObjCache = ObjCache; } in setObjectCache()
124 ObjectCache *ObjCache = nullptr;
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
H A DExecutionEngine.h51 class ObjectCache; variable
415 virtual void setObjectCache(ObjectCache *) { in setObjectCache() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h32 class ObjectCache; variable
398 std::unique_ptr<llvm::ObjectCache> m_object_cache_ap;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h196 ObjectCache *ObjCache;
234 void setObjectCache(ObjectCache *manager) override;
H A DMCJIT.cpp139 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h53 class ObjectCache; variable
373 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp238 class LLIObjectCache : public ObjectCache {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp305 class ObjectDumper : public llvm::ObjectCache { in GetRunnableInfo()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp65 void ObjectCache::anchor() {} in anchor()