clang 22.0.0git
clang::CodeGen::CGPointerAuthInfo Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGPointerAuthInfo.h"

Public Member Functions

 CGPointerAuthInfo ()
 CGPointerAuthInfo (unsigned Key, PointerAuthenticationMode AuthenticationMode, bool IsIsaPointer, bool AuthenticatesNullValues, llvm::Value *Discriminator)
 operator bool () const
bool isSigned () const
unsigned getKey () const
llvm::Value * getDiscriminator () const
PointerAuthenticationMode getAuthenticationMode () const
bool isIsaPointer () const
bool authenticatesNullValues () const
bool shouldStrip () const
bool shouldSign () const
bool shouldAuth () const

Friends

bool operator!= (const CGPointerAuthInfo &LHS, const CGPointerAuthInfo &RHS)
bool operator== (const CGPointerAuthInfo &LHS, const CGPointerAuthInfo &RHS)

Detailed Description

Definition at line 24 of file CGPointerAuthInfo.h.

Constructor & Destructor Documentation

◆ CGPointerAuthInfo() [1/2]

clang::CodeGen::CGPointerAuthInfo::CGPointerAuthInfo ( )
inline

Definition at line 33 of file CGPointerAuthInfo.h.

References false, clang::CodeGen::None, and clang::nullptr.

Referenced by operator!=, and operator==.

◆ CGPointerAuthInfo() [2/2]

clang::CodeGen::CGPointerAuthInfo::CGPointerAuthInfo ( unsigned Key,
PointerAuthenticationMode AuthenticationMode,
bool IsIsaPointer,
bool AuthenticatesNullValues,
llvm::Value * Discriminator )
inline

Definition at line 37 of file CGPointerAuthInfo.h.

Member Function Documentation

◆ authenticatesNullValues()

bool clang::CodeGen::CGPointerAuthInfo::authenticatesNullValues ( ) const
inline

Definition at line 68 of file CGPointerAuthInfo.h.

◆ getAuthenticationMode()

PointerAuthenticationMode clang::CodeGen::CGPointerAuthInfo::getAuthenticationMode ( ) const
inline

◆ getDiscriminator()

llvm::Value * clang::CodeGen::CGPointerAuthInfo::getDiscriminator ( ) const
inline

◆ getKey()

◆ isIsaPointer()

bool clang::CodeGen::CGPointerAuthInfo::isIsaPointer ( ) const
inline

Definition at line 66 of file CGPointerAuthInfo.h.

◆ isSigned()

bool clang::CodeGen::CGPointerAuthInfo::isSigned ( ) const
inline

◆ operator bool()

clang::CodeGen::CGPointerAuthInfo::operator bool ( ) const
inlineexplicit

Definition at line 47 of file CGPointerAuthInfo.h.

References isSigned().

◆ shouldAuth()

bool clang::CodeGen::CGPointerAuthInfo::shouldAuth ( ) const
inline

◆ shouldSign()

bool clang::CodeGen::CGPointerAuthInfo::shouldSign ( ) const
inline

◆ shouldStrip()

bool clang::CodeGen::CGPointerAuthInfo::shouldStrip ( ) const
inline

◆ operator!=

bool operator!= ( const CGPointerAuthInfo & LHS,
const CGPointerAuthInfo & RHS )
friend

Definition at line 84 of file CGPointerAuthInfo.h.

References CGPointerAuthInfo().

◆ operator==

bool operator== ( const CGPointerAuthInfo & LHS,
const CGPointerAuthInfo & RHS )
friend

Definition at line 90 of file CGPointerAuthInfo.h.

References CGPointerAuthInfo().


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