LLVM
15.0.0git
|
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 25 of file ManagedStringPool.h.
|
default |
|
inline |
Definition at line 31 of file ManagedStringPool.h.
|
inline |
Definition at line 39 of file ManagedStringPool.h.
References S.
Referenced by llvm::NVPTXRegisterInfo::getName(), and llvm::NVPTXTargetLowering::LowerCall().