LLVM 22.0.0git
llvm::AllocTokenMetadata Struct Reference

Metadata about an allocation used to generate a token ID. More...

#include "llvm/Support/AllocToken.h"

Public Attributes

SmallString< 64 > TypeName
bool ContainsPointer

Detailed Description

Metadata about an allocation used to generate a token ID.

Definition at line 50 of file AllocToken.h.

Member Data Documentation

◆ ContainsPointer

bool llvm::AllocTokenMetadata::ContainsPointer

Definition at line 52 of file AllocToken.h.

◆ TypeName

SmallString<64> llvm::AllocTokenMetadata::TypeName

Definition at line 51 of file AllocToken.h.


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