clang 19.0.0git
Public Member Functions | List of all members
clang::CodeGen::LValueBaseInfo Class Reference

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

Public Member Functions

 LValueBaseInfo (AlignmentSource Source=AlignmentSource::Type)
 
AlignmentSource getAlignmentSource () const
 
void setAlignmentSource (AlignmentSource Source)
 
void mergeForCast (const LValueBaseInfo &Info)
 

Detailed Description

Definition at line 164 of file CGValue.h.

Constructor & Destructor Documentation

◆ LValueBaseInfo()

clang::CodeGen::LValueBaseInfo::LValueBaseInfo ( AlignmentSource  Source = AlignmentSource::Type)
inlineexplicit

Definition at line 168 of file CGValue.h.

Member Function Documentation

◆ getAlignmentSource()

AlignmentSource clang::CodeGen::LValueBaseInfo::getAlignmentSource ( ) const
inline

Definition at line 170 of file CGValue.h.

Referenced by EmitPointerWithAlignment(), and mergeForCast().

◆ mergeForCast()

void clang::CodeGen::LValueBaseInfo::mergeForCast ( const LValueBaseInfo Info)
inline

Definition at line 173 of file CGValue.h.

References getAlignmentSource(), and setAlignmentSource().

Referenced by emitOMPArraySectionBase(), and EmitPointerWithAlignment().

◆ setAlignmentSource()

void clang::CodeGen::LValueBaseInfo::setAlignmentSource ( AlignmentSource  Source)
inline

Definition at line 171 of file CGValue.h.

Referenced by mergeForCast().


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