9#ifndef LLVM_SUPPORT_STRINGSAVER_H
10#define LLVM_SUPPORT_STRINGSAVER_H
This file defines the BumpPtrAllocator interface.
This file defines the DenseSet and SmallDenseSet classes.
Implements a dense probed hash-table based set.
StringRef - Represent a constant reference to a string, i.e.
Saves strings in the provided stable storage and returns a StringRef with a stable character pointer.
BumpPtrAllocator & getAllocator() const
StringSaver(BumpPtrAllocator &Alloc)
StringRef save(const char *S)
StringRef save(const std::string &S)
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
UniqueStringSaver(BumpPtrAllocator &Alloc)
StringRef save(const std::string &S)
StringRef save(const char *S)
This is an optimization pass for GlobalISel generic memory operations.
BumpPtrAllocatorImpl BumpPtrAllocator
The standard BumpPtrAllocator which just uses the default template parameters.