|
LLVM
8.0.1
|
#include "llvm/ADT/StringRef.h"#include "llvm/ADT/iterator.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/PointerLikeTypeTraits.h"#include "llvm/Support/ErrorHandling.h"#include <algorithm>#include <cassert>#include <cstdint>#include <cstdlib>#include <cstring>#include <initializer_list>#include <iterator>#include <utility>
Go to the source code of this file.
Classes | |
| class | llvm::StringMapConstIterator< ValueTy > |
| class | llvm::StringMapIterator< ValueTy > |
| class | llvm::StringMapKeyIterator< ValueTy > |
| class | llvm::StringMapEntryBase |
| StringMapEntryBase - Shared base class of StringMapEntry instances. More... | |
| class | llvm::StringMapImpl |
| StringMapImpl - This is the base class of StringMap that is shared among all of its instantiations. More... | |
| class | llvm::StringMapEntry< ValueTy > |
| StringMapEntry - This is used to represent one value that is inserted into a StringMap. 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 | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13