LLVM 22.0.0git
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 <utility>

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< Index, llvm::StringMapEntry< ValueTy > >

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

template<std::size_t Index, typename ValueTy>
decltype(auto) llvm::get (StringMapEntry< ValueTy > &E)
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.