clang 19.0.0git
Classes | Public Types | Static Public Member Functions | List of all members
clang::CodeGen::DominatingValue< Address > Struct Reference

A specialization of DominatingValue for Address. More...

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

Classes

struct  saved_type
 

Public Types

typedef Address type
 

Static Public Member Functions

static bool needsSaving (type value)
 
static saved_type save (CodeGenFunction &CGF, type value)
 
static type restore (CodeGenFunction &CGF, saved_type value)
 

Detailed Description

A specialization of DominatingValue for Address.

Definition at line 179 of file CodeGenFunction.h.

Member Typedef Documentation

◆ type

Definition at line 180 of file CodeGenFunction.h.

Member Function Documentation

◆ needsSaving()

static bool clang::CodeGen::DominatingValue< Address >::needsSaving ( type  value)
inlinestatic

◆ restore()

static type clang::CodeGen::DominatingValue< Address >::restore ( CodeGenFunction CGF,
saved_type  value 
)
inlinestatic

Definition at line 201 of file CodeGenFunction.h.

References clang::CodeGen::DominatingLLVMValue::restore().

◆ save()

static saved_type clang::CodeGen::DominatingValue< Address >::save ( CodeGenFunction CGF,
type  value 
)
inlinestatic

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