LLVM: llvm::PPCTargetLowering::CallFlags Struct Reference (original) (raw)

Structure that collects some common arguments that get passed around between the functions for call lowering. More...

#include "[Target/PowerPC/PPCISelLowering.h](PPCISelLowering%5F8h%5Fsource.html)"

Public Attributes
const CallingConv::ID CallConv
const bool IsTailCall: 1
const bool IsVarArg: 1
const bool IsPatchPoint: 1
const bool IsIndirect: 1
const bool HasNest: 1
const bool NoMerge: 1

Structure that collects some common arguments that get passed around between the functions for call lowering.

Definition at line 598 of file PPCISelLowering.h.

CallConv

HasNest

const bool llvm::PPCTargetLowering::CallFlags::HasNest

IsIndirect

const bool llvm::PPCTargetLowering::CallFlags::IsIndirect

IsPatchPoint

const bool llvm::PPCTargetLowering::CallFlags::IsPatchPoint

IsTailCall

const bool llvm::PPCTargetLowering::CallFlags::IsTailCall

IsVarArg

const bool llvm::PPCTargetLowering::CallFlags::IsVarArg

NoMerge

const bool llvm::PPCTargetLowering::CallFlags::NoMerge


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