Deduplicating string pool that emits unique strings into a DWPWriter.

Synopsis

Declared in <llvm/DWP/DWP.h>

class DWPStringPool;

Member Functions

Name

Description

DWPStringPool [constructor]

Construct a string pool that emits into Out.

clear

Discard all interned string entries from the pool map.

getOffset

Return the offset of Str in the pool, emitting it if new.

Created with MrDocs