LLVM  8.0.1
Public Member Functions | List of all members
llvm::ManagedStringPool Class Reference

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ManagedStringPool()

llvm::ManagedStringPool::ManagedStringPool ( )
default

◆ ~ManagedStringPool()

llvm::ManagedStringPool::~ManagedStringPool ( )
inline

Member Function Documentation

◆ getManagedString()

std::string* llvm::ManagedStringPool::getManagedString ( const char S)
inline

The documentation for this class was generated from the following file: