struct StringPool::PooledString

Declaration

struct StringPool::PooledString { /* full declaration omitted */ };

Description

PooledString - This is the value of an entry in the pool's interning table.

Declared at: llvm/include/llvm/Support/StringPool.h:45

Member Variables

public llvm::StringPool* Pool = nullptr
So the string can remove itself.
public unsigned int Refcount = 0
Number of referencing PooledStringPtrs.

Method Overview

Methods

ΒΆPooledString()

Declared at: llvm/include/llvm/Support/StringPool.h:50