|
LLVM
8.0.1
|
Describes a location by number along with some flags about the original usage of the location. More...
Public Member Functions | |
| DbgValueLocation (unsigned LocNo, bool WasIndirect) | |
| DbgValueLocation () | |
| unsigned | locNo () const |
| bool | wasIndirect () const |
| bool | isUndef () const |
| DbgValueLocation | changeLocNo (unsigned NewLocNo) const |
Friends | |
| bool | operator== (const DbgValueLocation &LHS, const DbgValueLocation &RHS) |
| bool | operator!= (const DbgValueLocation &LHS, const DbgValueLocation &RHS) |
Describes a location by number along with some flags about the original usage of the location.
Definition at line 99 of file LiveDebugVariables.cpp.
Definition at line 101 of file LiveDebugVariables.cpp.
References assert().
|
inline |
Definition at line 107 of file LiveDebugVariables.cpp.
|
inline |
Definition at line 116 of file LiveDebugVariables.cpp.
Referenced by llvm::LiveDebugVariables::splitRegister(), and llvm::LiveDebugVariables::~LiveDebugVariables().
|
inline |
Definition at line 114 of file LiveDebugVariables.cpp.
References UndefLocNo.
Referenced by findNextInsertLocation(), llvm::LiveDebugVariables::splitRegister(), and llvm::LiveDebugVariables::~LiveDebugVariables().
|
inline |
Definition at line 109 of file LiveDebugVariables.cpp.
References UndefLocNo.
Referenced by findNextInsertLocation(), llvm::LiveDebugVariables::splitRegister(), and llvm::LiveDebugVariables::~LiveDebugVariables().
|
inline |
Definition at line 113 of file LiveDebugVariables.cpp.
Referenced by findNextInsertLocation().
|
friend |
Definition at line 125 of file LiveDebugVariables.cpp.
|
friend |
Definition at line 120 of file LiveDebugVariables.cpp.
1.8.13