|
LLVM
4.0.0
|
ManagedStringPool - The strings allocated from a managed string pool are owned by the string pool and will be deleted together with the managed string pool. More...
#include <ManagedStringPool.h>
Public Member Functions | |
| ManagedStringPool ()=default | |
| ~ManagedStringPool () | |
| std::string * | getManagedString (const char *S) |
ManagedStringPool - The strings allocated from a managed string pool are owned by the string pool and will be deleted together with the managed string pool.
Definition at line 26 of file ManagedStringPool.h.
|
default |
|
inline |
Definition at line 32 of file ManagedStringPool.h.
References llvm::SmallVectorTemplateCommon< T, typename >::begin(), and llvm::SmallVectorTemplateCommon< T, typename >::end().
|
inline |
Definition at line 40 of file ManagedStringPool.h.
References llvm::SmallVectorTemplateBase< T, isPodLike >::push_back().
Referenced by llvm::NVPTXRegisterInfo::getName(), and llvm::NVPTXTargetLowering::LowerCall().
1.8.6