Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::BoundsCheckingPass::Options Struct Reference

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

Classes

struct  Runtime

Public Attributes

std::optional< RuntimeRt
bool Merge = false
std::optional< int8_t > GuardKind

Detailed Description

Definition at line 24 of file BoundsChecking.h.

Member Data Documentation

◆ GuardKind

std::optional<int8_t> llvm::BoundsCheckingPass::Options::GuardKind

Definition at line 33 of file BoundsChecking.h.

Referenced by addBoundsChecking().

◆ Merge

bool llvm::BoundsCheckingPass::Options::Merge = false

Definition at line 32 of file BoundsChecking.h.

Referenced by addBoundsChecking().

◆ Rt

std::optional<Runtime> llvm::BoundsCheckingPass::Options::Rt

Definition at line 31 of file BoundsChecking.h.

Referenced by addBoundsChecking().


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