LLVM: llvm::DbgValueLocEntry Class Reference (original) (raw)

A single location or constant within a variable location description, with either a single entry (with an optional DIExpression) used for a DBG_VALUE, or a list of entries used for a DBG_VALUE_LIST. More...

#include "[CodeGen/AsmPrinter/DebugLocEntry.h](DebugLocEntry%5F8h%5Fsource.html)"

Public Member Functions
DbgValueLocEntry (int64_t i)
DbgValueLocEntry (const ConstantFP *CFP)
DbgValueLocEntry (const ConstantInt *CIP)
DbgValueLocEntry (MachineLocation Loc)
DbgValueLocEntry (TargetIndexLocation Loc)
bool isLocation () const
bool isIndirectLocation () const
bool isTargetIndexLocation () const
bool isInt () const
bool isConstantFP () const
bool isConstantInt () const
int64_t getInt () const
const ConstantFP * getConstantFP () const
const ConstantInt * getConstantInt () const
MachineLocation getLoc () const
TargetIndexLocation getTargetIndexLocation () const
LLVM_DUMP_METHOD void dump () const

A single location or constant within a variable location description, with either a single entry (with an optional DIExpression) used for a DBG_VALUE, or a list of entries used for a DBG_VALUE_LIST.

Definition at line 40 of file DebugLocEntry.h.

llvm::DbgValueLocEntry::DbgValueLocEntry ( int64_t i) inline

DbgValueLocEntry() [2/5]

DbgValueLocEntry() [3/5]

DbgValueLocEntry() [4/5]

DbgValueLocEntry() [5/5]

dump()

getConstantFP()

getConstantInt()

getInt()

int64_t llvm::DbgValueLocEntry::getInt ( ) const inline

getLoc()

getTargetIndexLocation()

isConstantFP()

bool llvm::DbgValueLocEntry::isConstantFP ( ) const inline

isConstantInt()

bool llvm::DbgValueLocEntry::isConstantInt ( ) const inline

isIndirectLocation()

bool llvm::DbgValueLocEntry::isIndirectLocation ( ) const inline

isInt()

bool llvm::DbgValueLocEntry::isInt ( ) const inline

isLocation()

bool llvm::DbgValueLocEntry::isLocation ( ) const inline

isTargetIndexLocation()

bool llvm::DbgValueLocEntry::isTargetIndexLocation ( ) const inline

operator==

CFP

CIP

Int

int64_t llvm::DbgValueLocEntry::Int

Loc

TIL


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