LLVM: StackAccess Struct Reference (original) (raw)

Public Member Functions
StackAccess ()
bool operator< (const StackAccess &Rhs) const
bool isCPU () const
bool isSME () const
bool isMixed () const
int64_t start () const
int64_t end () const
std::string getTypeString () const
void print (raw_ostream &OS) const
Public Attributes
int Idx
StackOffset Offset
int64_t Size
unsigned AccessTypes

Definition at line 5099 of file AArch64FrameLowering.cpp.

AccessType

StackAccess::StackAccess ( ) inline

end()

int64_t StackAccess::end ( ) const inline

getTypeString()

std::string StackAccess::getTypeString ( ) const inline

isCPU()

bool StackAccess::isCPU ( ) const inline

isMixed()

bool StackAccess::isMixed ( ) const inline

isSME()

bool StackAccess::isSME ( ) const inline

operator<()

print()

void StackAccess::print ( raw_ostream & OS) const inline

start()

int64_t StackAccess::start ( ) const inline

AccessTypes

Idx

Offset

Size

int64_t StackAccess::Size


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