LLVM: llvm::logicalview::LVStringPool Class Reference (original) (raw)

#include "[llvm/DebugInfo/LogicalView/Core/LVStringPool.h](LVStringPool%5F8h%5Fsource.html)"

Public Member Functions
LVStringPool ()
LVStringPool (LVStringPool const &other)=delete
LVStringPool (LVStringPool &&other)=delete
~LVStringPool ()=default
bool isValidIndex (size_t Index) const
size_t getSize () const
size_t findIndex (StringRef Key) const
size_t getIndex (StringRef Key)
StringRef getString (size_t Index) const
void print (raw_ostream &OS) const
void dump () const

Definition at line 28 of file LVStringPool.h.

llvm::logicalview::LVStringPool::LVStringPool ( ) inline

LVStringPool() [2/3]

LVStringPool() [3/3]

llvm::logicalview::LVStringPool::LVStringPool ( LVStringPool && other) delete

~LVStringPool()

llvm::logicalview::LVStringPool::~LVStringPool ( ) default

dump()

void llvm::logicalview::LVStringPool::dump ( ) const inline

findIndex()

size_t llvm::logicalview::LVStringPool::findIndex ( StringRef Key) const inline

getIndex()

size_t llvm::logicalview::LVStringPool::getIndex ( StringRef Key) inline

getSize()

size_t llvm::logicalview::LVStringPool::getSize ( ) const inline

getString()

StringRef llvm::logicalview::LVStringPool::getString ( size_t Index) const inline

isValidIndex()

bool llvm::logicalview::LVStringPool::isValidIndex ( size_t Index) const inline

print()

void llvm::logicalview::LVStringPool::print ( raw_ostream & OS) const inline

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