|
LLVM 22.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/Compiler.h"#include "llvm/Support/PointerLikeTypeTraits.h"#include <initializer_list>#include <iterator>#include <type_traits>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< ValueTy, IsConst > |
| 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.