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

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

Public Member Functions

 Runtime (bool MinRuntime, bool MayReturn)

Public Attributes

bool MinRuntime
bool MayReturn

Detailed Description

Definition at line 25 of file BoundsChecking.h.

Constructor & Destructor Documentation

◆ Runtime()

llvm::BoundsCheckingPass::Options::Runtime::Runtime ( bool MinRuntime,
bool MayReturn )
inline

Definition at line 26 of file BoundsChecking.h.

References MayReturn, and MinRuntime.

Member Data Documentation

◆ MayReturn

bool llvm::BoundsCheckingPass::Options::Runtime::MayReturn

Definition at line 29 of file BoundsChecking.h.

Referenced by getRuntimeCallName(), and Runtime().

◆ MinRuntime

bool llvm::BoundsCheckingPass::Options::Runtime::MinRuntime

Definition at line 28 of file BoundsChecking.h.

Referenced by getRuntimeCallName(), and Runtime().


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