/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileUtils.h | 25 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 D | ObjectCache.h | 23 class ObjectCache { 27 ObjectCache() = default; 29 virtual ~ObjectCache() = default;
|
H A D | ExecutionEngine.h | 50 class ObjectCache; variable 423 virtual void setObjectCache(ObjectCache *) { in setObjectCache() argument
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectCache/ |
H A D | LLJITWithObjectCache.cpp | 26 class MyObjectCache : public ObjectCache { 51 void runJITWithCache(ObjectCache &ObjCache) { in runJITWithCache()
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | BinaryHolder.cpp | 261 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 D | BinaryHolder.h | 137 StringMap<std::unique_ptr<ObjectEntry>> ObjectCache; variable
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 21 class ObjectCache; variable 187 ObjectCache *ObjCache; 225 void setObjectCache(ObjectCache *manager) override;
|
H A D | MCJIT.cpp | 141 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileUtils.cpp | 84 ObjectCache *ObjCache) in ConcurrentIRCompiler()
|
/openbsd/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | IRExecutionUnit.h | 31 class ObjectCache; variable 368 std::unique_ptr<llvm::ObjectCache> m_object_cache_up;
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | MCJITDesignAndImplementation.rst | 56 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 D | lli.cpp | 308 class LLIObjectCache : public ObjectCache {
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 672 class MCJITObjectCache : public ObjectCache {
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 691 class MCJITObjectCache : public ObjectCache {
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 312 class ObjectDumper : public llvm::ObjectCache { in GetRunnableInfo()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 61 void ObjectCache::anchor() {} in anchor()
|
/openbsd/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 1821 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.arm64 | 1821 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.armv7 | 1819 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.i386 | 1819 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.loongson | 1820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.macppc | 1820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.octeon | 1820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.powerpc64 | 1819 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|
H A D | clang.sparc64 | 1820 ./usr/include/llvm/ExecutionEngine/ObjectCache.h
|