LLVM
15.0.0git
|
#include "llvm/ADT/None.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/STLFunctionalExtras.h"
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< NoneType > |
class | llvm::StringMapEntry< ValueTy > |
StringMapEntry - This is used to represent one value that is inserted into a StringMap. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
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.