| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ADT/ScopedHashTable.h"
Public Member Functions | |
| const K & | getKey () const | 
| const V & | getValue () const | 
| V & | getValue () | 
| ScopedHashTableVal * | getNextForKey () | 
| const ScopedHashTableVal * | getNextForKey () const | 
| ScopedHashTableVal * | getNextInScope () | 
| template<typename AllocatorTy> | |
| void | Destroy (AllocatorTy &Allocator) | 
Static Public Member Functions | |
| template<typename AllocatorTy> | |
| static ScopedHashTableVal * | Create (ScopedHashTableVal *nextInScope, ScopedHashTableVal *nextForKey, const K &key, const V &val, AllocatorTy &Allocator) | 
Definition at line 46 of file ScopedHashTable.h.
      
  | 
  inlinestatic | 
Definition at line 64 of file ScopedHashTable.h.
References Allocator.
Referenced by llvm::ScopedHashTable< MachineInstr *, unsigned, MachineInstrExpressionTrait, AllocatorTy >::insertIntoScope().
      
  | 
  inline | 
Definition at line 76 of file ScopedHashTable.h.
References Allocator.
      
  | 
  inline | 
Definition at line 55 of file ScopedHashTable.h.
      
  | 
  inline | 
Definition at line 59 of file ScopedHashTable.h.
Referenced by llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::~ScopedHashTableScope().
      
  | 
  inline | 
Definition at line 60 of file ScopedHashTable.h.
      
  | 
  inline | 
Definition at line 61 of file ScopedHashTable.h.
      
  | 
  inline | 
Definition at line 57 of file ScopedHashTable.h.
      
  | 
  inline | 
Definition at line 56 of file ScopedHashTable.h.