HomeSort by relevance Sort by last modified time
    Searched full:objectcache (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache -----C++ -*-===//
19 /// This is the base ObjectCache type which can be provided to an
22 class ObjectCache {
25 ObjectCache() { }
27 virtual ~ObjectCache() { }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
ObjectCache.h 1 //===-- ObjectCache.h - Class definition for the ObjectCache ----*- C++ -*-===//
20 /// This is the base ObjectCache type which can be provided to an
23 class ObjectCache {
27 ObjectCache() = default;
29 virtual ~ObjectCache() = default;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ObjectCache.java 29 public class ObjectCache<T> {
41 * Creates a new ObjectCache instance
45 public ObjectCache(Callback<T> callbacks, int maxSize) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
46 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
106 ObjectCache *ObjCache = nullptr;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 18 #include "llvm/ExecutionEngine/ObjectCache.h"
49 /// @brief Set an ObjectCache to query before compiling.
50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; }
141 ObjectCache *ObjCache;

Completed in 694 milliseconds

1 2 3