#include "llvm/ADT/StringRef.h"#include "llvm/Support/Allocator.h"#include <cstring>Go to the source code of this file.
Classes | |
| class | llvm::StringMapEntryInitializer< ValueTy > |
| StringMapEntryInitializer - This datatype can be partially specialized for various datatypes in a stringmap to allow them to be initialized when an entry is default constructed for the map. More... | |
| 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... | |
| struct | llvm::StringMapImpl::ItemBucket |
| ItemBucket - The hash table consists of an array of these. 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::StringMapConstIterator< ValueTy > |
| class | llvm::StringMapIterator< ValueTy > |
Namespaces | |
| namespace | llvm |
1.6.1