class DbgValueLocation
Declaration
class DbgValueLocation { /* full declaration omitted */ };
Description
Describes a location by number along with some flags about the original usage of the location.
Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:101
Method Overview
- public DbgValueLocation(unsigned int LocNo, bool WasIndirect)
- public DbgValueLocation()
- public DbgValueLocation changeLocNo(unsigned int NewLocNo) const
- public bool isUndef() const
- public unsigned int locNo() const
- public bool wasIndirect() const
Methods
¶DbgValueLocation(unsigned int LocNo,
bool WasIndirect)
DbgValueLocation(unsigned int LocNo,
bool WasIndirect)
Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:103
Parameters
- unsigned int LocNo
- bool WasIndirect
¶DbgValueLocation()
DbgValueLocation()
Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:109
¶DbgValueLocation changeLocNo(
unsigned int NewLocNo) const
DbgValueLocation changeLocNo(
unsigned int NewLocNo) const
Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:118
Parameters
- unsigned int NewLocNo
¶bool isUndef() const
bool isUndef() const
Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:116
¶unsigned int locNo() const
unsigned int locNo() const
Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:111
¶bool wasIndirect() const
bool wasIndirect() const
Declared at: llvm/lib/CodeGen/LiveDebugVariables.cpp:115