struct UniqueTag

Declaration

struct UniqueTag { /* full declaration omitted */ };

Description

It's very easy to introduce bugs by passing the wrong string pool. By using strong types the interface enforces that the right kind of pool is used.

Declared at: llvm/include/llvm/CodeGen/NonRelocatableStringpool.h:76