LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
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 24 of file BoundsChecking.h.

Constructor & Destructor Documentation

◆ Runtime()

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

Definition at line 25 of file BoundsChecking.h.

Member Data Documentation

◆ MayReturn

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

Definition at line 28 of file BoundsChecking.h.

Referenced by getRuntimeCallName().

◆ MinRuntime

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

Definition at line 27 of file BoundsChecking.h.

Referenced by getRuntimeCallName().


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