LLVM 19.0.0git
Classes | Namespaces | Functions
StringMapEntry.h File Reference

This file defines the StringMapEntry class - it is intended to be a low dependency implementation detail of StringMap that is more suitable for inclusion in public headers than StringMap.h itself is. More...

#include "llvm/ADT/StringRef.h"
#include <optional>

Go to the source code of this file.

Classes

class  llvm::StringMapEntryBase
 StringMapEntryBase - Shared base class of StringMapEntry instances. More...
 
class  llvm::StringMapEntryStorage< ValueTy >
 StringMapEntryStorage - Holds the value in a StringMapEntry. More...
 
class  llvm::StringMapEntryStorage< std::nullopt_t >
 
class  llvm::StringMapEntry< ValueTy >
 StringMapEntry - This is used to represent one value that is inserted into a StringMap. More...
 
struct  std::tuple_size< llvm::StringMapEntry< ValueTy > >
 
struct  std::tuple_element< I, llvm::StringMapEntry< ValueTy > >
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  std
 Implement std::hash so that hash_code can be used in STL containers.
 

Functions

template<std::size_t Index, typename ValueTy >
decltype(auto) llvm::get (const StringMapEntry< ValueTy > &E)
 

Detailed Description

This file defines the StringMapEntry class - it is intended to be a low dependency implementation detail of StringMap that is more suitable for inclusion in public headers than StringMap.h itself is.

Definition in file StringMapEntry.h.