LLVM 20.0.0git
|
This file defines the StringMap class. More...
#include "llvm/ADT/StringMapEntry.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/AllocatorBase.h"
#include "llvm/Support/PointerLikeTypeTraits.h"
#include <initializer_list>
#include <iterator>
Go to the source code of this file.
Classes | |
class | llvm::StringMapImpl |
StringMapImpl - This is the base class of StringMap that is shared among all of its instantiations. More... | |
class | llvm::StringMap< ValueTy, AllocatorTy > |
StringMap - This is an unconventional map that is specialized for handling keys that are "strings", which are basically ranges of bytes. More... | |
class | llvm::StringMapIterBase< DerivedTy, ValueTy > |
class | llvm::StringMapConstIterator< ValueTy > |
class | llvm::StringMapIterator< ValueTy > |
class | llvm::StringMapKeyIterator< ValueTy > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
This file defines the StringMap class.
Definition in file StringMap.h.