Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h25 class ObjectCache; variable
41 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
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;
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
H A DExecutionEngine.h50 class ObjectCache; variable
423 virtual void setObjectCache(ObjectCache *) { in setObjectCache() argument
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp26 class MyObjectCache : public ObjectCache {
51 void runJITWithCache(ObjectCache &ObjCache) { in runJITWithCache()
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DBinaryHolder.cpp261 if (!ObjectCache.count(Filename)) { in getObjectEntry()
266 ObjectCache[Filename] = std::move(OE); in getObjectEntry()
269 return *ObjectCache[Filename]; in getObjectEntry()
276 ObjectCache.clear(); in clear()
H A DBinaryHolder.h137 StringMap<std::unique_ptr<ObjectEntry>> ObjectCache; variable
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp84 ObjectCache *ObjCache) in ConcurrentIRCompiler()
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h31 class ObjectCache; variable
368 std::unique_ptr<llvm::ObjectCache> m_object_cache_up;
/openbsd/gnu/llvm/llvm/docs/
H A DMCJITDesignAndImplementation.rst56 attempt to retrieve an object image from its ObjectCache member, if one
68 is flushed to complete the process. If an ObjectCache is being used, the
69 image will be passed to the ObjectCache here.
80 having been retrieved from an ObjectCache, it is passed to RuntimeDyld to
/openbsd/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp308 class LLIObjectCache : public ObjectCache {
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp672 class MCJITObjectCache : public ObjectCache {
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp691 class MCJITObjectCache : public ObjectCache {
/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp312 class ObjectDumper : public llvm::ObjectCache { in GetRunnableInfo()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp61 void ObjectCache::anchor() {} in anchor()
/openbsd/distrib/sets/lists/comp/
H A Dclang.amd641821 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.arm641821 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.armv71819 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.i3861819 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.loongson1820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.macppc1820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.octeon1820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.powerpc641819 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
H A Dclang.sparc641820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h

12