LLVM
8.0.1
|
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 "Target/NVPTX/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().
Definition at line 40 of file ManagedStringPool.h.
References llvm::SmallVectorTemplateBase< T, bool >::push_back().
Referenced by llvm::NVPTXRegisterInfo::getName(), llvm::NVPTXTargetLowering::LowerCall(), and VisitGlobalVariableForEmission().