LLVM 22.0.0git
llvm::AllocTokenOptions Struct Reference

#include "llvm/Transforms/Instrumentation/AllocToken.h"

Public Member Functions

 AllocTokenOptions ()=default

Public Attributes

std::optional< uint64_tMaxTokens
bool FastABI = false
bool Extended = false

Detailed Description

Definition at line 25 of file AllocToken.h.

Constructor & Destructor Documentation

◆ AllocTokenOptions()

llvm::AllocTokenOptions::AllocTokenOptions ( )
default

Member Data Documentation

◆ Extended

bool llvm::AllocTokenOptions::Extended = false

Definition at line 28 of file AllocToken.h.

◆ FastABI

bool llvm::AllocTokenOptions::FastABI = false

Definition at line 27 of file AllocToken.h.

◆ MaxTokens

std::optional<uint64_t> llvm::AllocTokenOptions::MaxTokens

Definition at line 26 of file AllocToken.h.


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